List agents
List distinct agents with summary stats.
Returns each agent’s name, trace count, latest manifest info, and unreviewed trace count. Also discovers sub-agents from LlmCall.agent_name that don’t have their own top-level traces.
Results are workspace-scoped: filters by workspace_id when available, with fallback for pre-workspace data (workspace_id IS NULL).
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Query Parameters
Optional cap on returned agents. Default (None) returns the full list — preserves backward compat. Max 1000.
1 <= x <= 1000Optional offset for pagination. Ignored when limit is None.
x >= 0When False (the default), agents whose name begins with __ are omitted. That prefix is the convention for throwaway agents created by test and smoke-test runs, which would otherwise crowd out your real agents. Set True to list every agent, including those fixtures.
Cookies
Response
Successful Response