cURL
curl --request GET \ --url https://api.cartesia.ai/agents \ --header 'Authorization: Bearer <token>' \ --header 'Cartesia-Version: <cartesia-version>'
{ "summaries": [ { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tts_voice": "<string>", "tts_language": "<string>", "has_text_to_agent_run": true, "deployment_count": 123, "description": "<string>", "webhook_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "git_repository": { "provider": "<string>", "account": "<string>", "name": "<string>" }, "git_deploy_branch": "<string>", "phone_numbers": [ { "id": "<string>", "number": "<string>" } ] } ] }
Lists all agents associated with your account.
Cartesia API key
API version header. Must be set to the API version, e.g. '2026-03-01'.
2024-06-10
2024-11-13
2025-04-16
2026-03-01
"2026-03-01"
The summaries of the agents.
Show child attributes
Was this page helpful?