Agents
List agents
List the active agents, 50 per page by default (at most 100).
Headers: every response carries x-request-id. Pick the body format with ?format= or Accept (application/json, text/yaml, text/markdown, text/plain).
Authorization: send Authorization: Bearer $PLUNGE_API_KEY; X-API-Key: <ozk_ key> is accepted as an alternative.
The response also carries limit, offset, has_more and next_offset (null on the last page).
Authorizations
Authorization: Bearer ozk_…. ozk_ platform API key (Authorization: Bearer ozk_…)Query parameters
Default: 50
Required range: x <= 100
Default: 0
Response
Active agent list
application/json
Missing, invalid, expired or revoked ozk_ key.
Error code: unauthorizedfrom code