v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01485121699.8 KB
identities

List Identities

List agent identities with optional status/role filters.

status is validated against the :class:AgentIdentityStatus enum by FastAPI, so an unknown value yields a 422 rather than reaching the handler and raising an unhandled ValueError.

get/identities

Query parameters

status'active' | 'suspended' | 'revoked'

Lifecycle status of an agent identity.

rolestring nullable

Response

Successful Response

{"stackTrail":"paths:/identities:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}