GET
/
assistants
/
{id}
Get Assistant
curl --request GET \
  --url https://api.callhq.ai/api/assistants/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Assistant ID

Response

200

Assistant retrieved successfully