List connections
Get all connections in the current project.
Authorizations
Query Parameters
The page number for pagination. Defaults to 1 if not specified.
x > 1
The number of items per page for pagination. Defaults to 99999999 if not specified - this is a temporary fix to support backward compatibility issues. Please specify this value to avoid fetching all connections at once.
x > 1
Comma-separated list of app names to filter connections by. You can get the app names from the /api/v1/apps endpoint.
Comma-separated list of labels to filter connections by.
Flag to show only active connections. Defaults to false if not specified.
The status of the connection to filter by.
INITIATED
, ACTIVE
, FAILED
The ID/UUID of the integration to filter connections by. You can get the integration ID from the /api/v1/integrations endpoint.
UUID of the connected account you want to get auth credentials for. You can get this from the id
field in the response of the /api/v1/connectedAccounts endpoint.
Comma-separated list of entity IDs to filter connections by. This field is deprecated - please use entityId instead.
Comma-separated list of entity ids of the user to filter connections by. Learn more about entities here.
Flag to include disabled connections in the results. Defaults to false if not specified.
Was this page helpful?