Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.retellai.com/llms.txt

Use this file to discover all available pages before exploring further.

Legacy list endpoints are deprecated

The following list endpoints are deprecated in favor of newer versioned endpoints with unified pagination patterns. Affected APIs:

Endpoint migrations

What’s changing on 06/15/2026:
  1. The legacy list endpoints above will no longer be supported.
  2. GET /list-chat changes both method and path to POST /v3/list-chats.
  3. Versioned list endpoints return unified pagination fields: items, pagination_key, and has_more.
Migration:
  • Update each client call to the new method/path listed above.
  • Update response handling to read items from the paginated response object (instead of expecting a top-level array from legacy endpoints).
  • Keep using pagination_key and has_more for page traversal.
Effective date: After 06/15/2026, the legacy endpoints listed above will no longer be supported.