Skip to main content
GET
/
agents
List Agents
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>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Cartesia API key

Headers

Cartesia-Version
enum<string>
required

API version header. Must be set to the API version, e.g. '2024-06-10'.

Available options:
2024-06-10,
2024-11-13,
2025-04-16
Example:

"2025-04-16"

Response

200 - application/json
summaries
AgentSummary · object[]
required

The summaries of the agents.