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

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Query Parameters

limit
integer
default:100

Maximum number of objects to return.

Required range: 0 < x <= 1000
cursor
string | null

Cursor for pagination.

Response

Paginated List of Calls

  • HasMorePage[CallResponse]
  • NoMorePage[CallResponse]
data
CallResponse · object[]
required

List of objects.

next_cursor
string
required

The cursor for the next page of objects.

has_more
boolean
default:true

Whether there are more objects to fetch.