List agents
Agents
List agents
Retrieve the tenant’s AI agents with cursor-based pagination, status filtering, and free-text name search. Each row carries the agent configuration plus live conversation-derived counters (active_conversations, conversation_count, total_tokens, last_active_at).
GET
List agents
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Opaque cursor for the next page (from previous response meta.pagination.cursor)
Number of items per page (1–200, default 25)
Required range:
1 <= x <= 200Sort field; prefix with '-' for descending (e.g. '-created_at'). Defaults to newest first.
Filter by agent status
Available options:
active, draft, paused, archived Free-text search across the agent name