List agents
list_agentsRetrieve voice agents from your account with cursor-based pagination. Use starting_after or ending_before to navigate pages, and limit controls page size.
Instructions
List the voice agents on this account. Cursor-paginated: pass next_cursor as starting_after for the next page.
Requires scope agents:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1–100. Default 20. | |
| ending_before | No | Cursor from a previous response. Fetches the page before it. Not with starting_after. | |
| starting_after | No | Cursor from a previous response's next_cursor. Fetches the page after it. |