Refresh All Source Connections

Trigger data synchronization for all source connections in the collection. The sync jobs run asynchronously in the background, so this endpoint returns immediately with job details that you can use to track progress. You can monitor the status of individual data synchronization using the source connection endpoints.

Authentication

x-api-keystring
API Key authentication via header

Path Parameters

readable_idstringRequired
The unique readable identifier of the collection to refresh

Headers

X-Framework-NamestringOptional
X-Framework-VersionstringOptional

Response

Successful Response
idstringformat: "uuid"
source_connection_idstringformat: "uuid"
statusenum
Sync job status enum.
started_atstring or nullformat: "date-time"
completed_atstring or nullformat: "date-time"
duration_secondsdouble or null
entities_insertedinteger or nullDefaults to 0
entities_updatedinteger or nullDefaults to 0
entities_deletedinteger or nullDefaults to 0
entities_failedinteger or nullDefaults to 0
errorstring or null
error_detailsmap from strings to any or null

Errors