List Source Connections

Retrieve all source connections for your organization.

Returns a lightweight list of source connections with essential fields for display and navigation. Use the collection filter to see connections within a specific collection.

For full connection details including sync history, use the GET /{id} endpoint.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

collectionstring or nullOptional
Filter by collection readable ID
skipintegerOptional>=0Defaults to 0
Number of connections to skip for pagination
limitintegerOptional1-1000Defaults to 100

Maximum number of connections to return (1-1000)

Response

List of source connections
idstringformat: "uuid"
Unique identifier of the source connection
namestring
Display name of the connection
short_namestring
Source type identifier
readable_collection_idstring
Collection this connection belongs to
created_atstringformat: "date-time"

When the connection was created (ISO 8601)

modified_atstringformat: "date-time"

When the connection was last modified (ISO 8601)

is_authenticatedboolean
Whether the connection has valid credentials
auth_methodenum
Get authentication method from database value.
Allowed values:
statusenum
Compute connection status from current state.
entity_countinteger or nullDefaults to 0
Total number of entities synced from this connection

Errors