Skip to main content
GET
List Agents

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Query Parameters

limit
integer
default:10

Maximum number of objects to return.

Required range: x <= 50
cursor
string | null

Cursor for pagination.

Response

Paginated List of Agents

data
AgentResponse · 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.