GET
/
assistants
/
{id}
curl --request GET \
  --url https://backend-callhq-385086326930.asia-south1.run.app/api/assistants/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Assistant ID

Response

200

Assistant retrieved successfully