List connections for a specific toolkit or project

Administrative endpoint that retrieves all active connections for a given toolkit slug (via query parameter) or project auto ID (via x-client-auto-id header). Exactly one filter must be provided. This is primarily used for token refresh operations and system maintenance. Only includes non-deleted connections with OAuth2 or JWT authentication types.

Headers

x-api-keystringRequired
x-composio-admin-tokenstringRequired
Admin authentication token required for administrative operations
x-client-auto-idstringOptional
Optional client auto ID to filter connections for custom apps by project

Query parameters

toolkit_slugstringOptional
The unique identifier slug of the toolkit to filter connections by

Response

Successfully retrieved list of connections matching the filter criteria
itemslist of objects
Collection of account connection objects, may be empty if no connections exist

Errors