GET
/
v1
/
agent
cURL
curl https://api.bey.dev//v1/agent \
    -H "x-api-key: $BEY_API_KEY"
{
  "data": [
    {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
  ],
  "has_more": true,
  "next_cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Query Parameters

limit
integer
default:100

The maximum number of agents to return

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

Cursor for pagination

Response

200
application/json

Successful Response

Pagination model indicating more results are available.