Skip to main content
GET
/
agents
/
{sid}
Get agent details
curl --request GET \
  --url https://api.voice-mate.com/v1/agents/{sid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "agent": {
    "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

Path Parameters

sid
string
required

Agent identifier

Response

Agent details

status
enum<string>
required
Available options:
success,
error
agent
object
required