GET /api/v1/cloud/agents
Lists Agents under the current account. Archived Agents are excluded unless include_archived=true is provided.
Headers
Query parameters
See Pagination for cursor semantics.
Example request
Example response
HTTP 200 OKResponse fields
Pagination
Page forward (next page):Errors
See Errors for the full error envelope.
Notes
- Records are returned in descending ID order by default.
- Archived Agents do not appear in the default listing. Pass
include_archived=trueto include them. - Pagination is cursor-based; offset-based pagination is not supported.
Related
Agent setup
Create a reusable, versioned agent configuration.