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-key
Query parameters
collection
Filter source connections by collection readable ID
skip
Number of source connections to skip for pagination
limit
Maximum number of source connections to return (1-1000)
Response
Successful Response
id
Unique identifier for the source connection.
name
Human-readable name of the source connection.
short_name
Technical identifier of the source type (e.g., ‘stripe’, ‘postgresql’).
status
Current operational status: active, in_progress, or failing.
Allowed values:
created_at
When the source connection was created (ISO 8601 format).
modified_at
When the source connection was last modified (ISO 8601 format).
sync_id
Internal identifier for the sync configuration.
collection
Readable ID of the collection where this connection syncs data.
description
Brief description of what data this connection provides.
white_label_id
Identifier for custom OAuth integrations, if applicable.