---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/twilio-cli/general-usage/limitations#article
headline: CLI Limitations
description: Understand the limitations of the Twilio CLI
url: https://www.twilio.com/docs/twilio-cli/general-usage/limitations
inLanguage: en
dateModified: 2025-09-25T15:07:37.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# CLI Limitations

Here are some limitations to keep in mind while using the CLI:

* The default timeout for Twilio API requests is 30 seconds.
* When listing resources, only the first 50 records will be displayed by default. Use the `--limit` flag to modify this behavior.
  * You can filter these results based on date, to, from, etc. to further limit the results.
  * Pass the `--help` or `-h` flag to the command for details on which fields you may filter by.
