List A2A agents
List A2A agents visible to the caller across account and team scopes, with pagination.
Restrictions
Usage
- Pagination uses
offset/limit(notp/limit). scope=accountrestricts to account-scoped agents;scope=teamrestricts to the caller’s visible teams; the defaultallcombines both, subject toinclude_account.queryperforms a case-insensitive substring search across agent name, instructions, card URL, agent ID, and the resolved card name.card_resolve_timeoutandtask_timeoutare always0today — the API does not yet expose a way to set them.
Authorizations
App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Pagination, scope, and search filter for listing A2A agents.
Row offset for pagination.
Page size.
Visibility scope: all (account-scope plus the caller's visible teams), account (account-scope only), or team (team-scoped rows across the caller's visible teams).
all, account, team Case-insensitive substring search across agent name, instructions, card URL, agent ID, and the resolved card name.
128Filter to these team IDs; empty = the caller's visible set.
Include account-scoped (team_id=0) rows. Defaults to true.
Response
Success
Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.