Skip to main content
GET
/
v1
/
calls
/
{id}
Retrieve Call
curl --request GET \
  --url https://api.example.com/v1/calls/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "agent_id": "<string>",
  "started_at": "<string>",
  "ended_at": "<string>",
  "tags": {}
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

id
string
required

Call ID.

Response

Requested Call

Response model for a call.

id
string
required

Unique identifier of the object in the database.

agent_id
string
required

ID of agent managing the call.

started_at
string
required

Start time in ISO 8601 format.

ended_at
string | null
required

End time in ISO 8601 format. If null, call might still be ongoing.

tags
Tags · object

Tags for the call