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>" }
List all agents the owner of the API key has access to.
Your Beyond Presence API Key.
The maximum number of agents to return
0 < x <= 1000
Cursor for pagination
Successful Response
Pagination model indicating more results are available.