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"}