Calls
Get Call by ID
Get a specific call by ID.
Returns the call details if it belongs to an assistant in your organization.
GET
This endpoint retrieves a single call record by its unique database ID.
Path Parameters
call_id(integer, required): The unique identifier for the call you want to retrieve.
Response
The response is a JSON object containing the full details of the specified call. The structure is the same as the objects returned by the List Calls endpoint.Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Schema for call response.