Skip to main content
GET
/
v1
/
calls
/
{id}
{
  "id": "01234567-89ab-cdef-0123-456789abcdef",
  "agent_id": "<string>",
  "started_at": "<string>",
  "ended_at": "<string>"
}

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.

Examples:

"01234567-89ab-cdef-0123-456789abcdef"

agent_id
string
required

ID of managing agent.

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.

I