Skip to main content
GET
/
agents
List all agents
curl --request GET \
  --url https://api.voice-mate.com/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "agents": [
    {
      "sid": "agent_340846df-6fc5-4550-8c8e-590761765548",
      "name": "Schedule call",
      "created_at": "2025-05-03T10:43:50.472662Z",
      "updated_at": "2025-05-03T10:43:50.472702Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page

Response

List of agents

status
enum<string>
required
Available options:
success,
error
agents
object[]
required