List Source Connections

List source connections across your organization. By default, returns ALL source connections from every collection in your organization. Use the 'collection' parameter to filter results to a specific collection. This is useful for getting an overview of all your data sources or managing connections within a particular collection.

Headers

x-api-keystringRequired

Query parameters

collectionstring or nullOptional
Filter source connections by collection readable ID
skipintegerOptionalDefaults to 0
Number of source connections to skip for pagination
limitintegerOptional>=1<=1000Defaults to 100

Maximum number of source connections to return (1-1000)

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the source connection.
namestring

Human-readable name of the source connection.

short_namestring

Technical identifier of the source type (e.g., ‘stripe’, ‘postgresql’).

statusenum

Current operational status: active, in_progress, or failing.

Allowed values:
created_atstringformat: "date-time"

When the source connection was created (ISO 8601 format).

modified_atstringformat: "date-time"

When the source connection was last modified (ISO 8601 format).

sync_idstringformat: "uuid"
Internal identifier for the sync configuration.
collectionstring
Readable ID of the collection where this connection syncs data.
descriptionstring or null
Brief description of what data this connection provides.
white_label_idstring or nullformat: "uuid"
Identifier for custom OAuth integrations, if applicable.

Errors