List auth configurations
List OAuth or API-key auth configurations used by your toolkits (e.g. Slack, Google). Use to see which connections are set up and manage credentials.
Authorizations
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Query Parameters
Search keyword for filtering results
"john doe"
Page number (1-based)
x >= 11
Number of items per page
1 <= x <= 10020
Number of items to skip (for offset-based pagination)
x >= 00
Field name to sort by
"createdAt"
Sort order
ASC, DESC "DESC"
Comma-separated list of fields to include in response
"id,name,email"
Comma-separated selected tool slugs for sort-order (e.g. put toolkits with these tools first)
"tool_a,tool_b"
Provider to filter by (composio, flowra)
Comma-separated list of toolkit slugs to filter auth configs by
The app id to filter by
Status filter
Show disabled auth configs
Search auth configs by name
Cursor for pagination. The cursor is a base64 encoded string of the page and limit.
Response
Auth configs retrieved successfully