List all machine agent identities for the authenticated tenant with filtering and pagination
GET /v1/agents
Returns a paginated list of all machine agent identities registered under the authenticated tenant. Results can be filtered by agent type, status, and trust level. Agents are returned in reverse chronological order (newest first).
X-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
"orchestrator", "worker", "inference",
"pipeline", "service", "bot", "llm"."active", "suspended", "revoked"."platform_root", "verified_org",
"verified_individual", "authenticated", "self_asserted", "anonymous".50.0.agent_id, agent_type, display_name, status, trust_level,
trust_score, scopes, public_key, key_id, metadata,
delegation_depth, created_at, and updated_at.API key for machine-to-machine authentication
Maximum number of agents to return
1 <= x <= 100Number of agents to skip
x >= 0Filter by agent status
active, suspended, revoked Filter by agent type
orchestrator, worker, inference, pipeline, service, bot, llm