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
H1088: optional cap on returned agents. Default (None) returns the full list — preserves backward compat. Max 1000.
1 <= x <= 1000H1088: optional offset for pagination. Ignored when limit is None.
x >= 0H1346 (improve#887): when False (default), hide agents whose agent_name starts with __ — the convention for internal test fixtures (soak SDK runs produce __soak_sdk_basic_<hex> agents that otherwise dominate a real user's dashboard). Set True for debugging or admin tooling that needs to see the full set.
Cookies
Response
Successful Response