GET
/
calls
/
details
Get Call Details
curl --request GET \
  --url https://api.callhq.ai/api/calls/details \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "calls": [
    {
      "id": "<string>",
      "assistantId": "<string>",
      "phoneNumberId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

id
string

Filter by specific call ID.

Response

200
application/json

List of call records retrieved successfully.

The response is of type object.