JavaScript
Voice Agent
List Agent Versions
List stored versions of a voice or chat agent with pagination. Root-level data such as assigned tags is not included.
GET
JavaScript
The response contains version summaries for either a voice or chat agent. To retrieve a version’s full configuration, use Get Agent or Get Chat Agent with that version.
The response is paginated. Read version summaries from
items, then pass the returned pagination_key while has_more is true.Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Path Parameters
Unique ID of the agent whose versions are being listed.
Minimum string length:
1Example:
"16b980523634a6dc504898cda492e939"
Query Parameters
Maximum number of items to return.
Required range:
x <= 1000Sort order for results.
Available options:
ascending, descending Pagination key for fetching the next page.

