List Super Agents
Returns a paginated workspace-wide Super Agent inventory with owner, activity, and credit-usage signals.
This endpoint keeps Super Agents separate from Apps in the public API, even though they share storage primitives internally.
Authorizations
API key for authentication. See the Authentication page for your API for details on how to get your key.
Path Parameters
Query Parameters
Items per page. Max 50.
1 <= x <= 50Pagination cursor from previous response.
Start date in YYYY-MM-DD format. Required if to is provided. Defaults to billing period start.
End date in YYYY-MM-DD format. Required if from is provided. Defaults to current date.
Sort field. Prefix with - for descending. Supported fields: superagent_name, created_at, created_by_email, owner_user_id, active_users_last_30d, message_credits_consumed, integration_credits_consumed, total_credits_consumed.
Case-insensitive search over Super Agent name and creator email.
100Filter by Super Agent visibility. Accepts private, workspace, public_with_login, public_without_login, or public.

