Reeve
DevelopersAPI ReferenceVoice

Get Agent Endpoint

Fetch a voice agent's configuration by ID.

GET
/api/voice/v1/agents/{agent_id}

Path Parameters

agent_id*Agent Id

Response Body

application/json

application/json

curl -X GET "https://example.com/api/voice/v1/agents/string"
{  "created_at": "2019-08-24T14:15:22Z",  "dispatch_url": "string",  "host_app_id": "string",  "id": "string",  "instructions": "string",  "name": "string",  "org_id": "string",  "phone_number": "string",  "provider": "string",  "provider_assistant_id": "string",  "status": "string",  "updated_at": "2019-08-24T14:15:22Z"}
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}