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.
Path parameters
Headers
Response
Email address of the user who initiated this data refresh (for manually triggered operations).
Timestamp when this data refresh was created and queued (ISO 8601 format).
Timestamp when this data refresh was last modified (ISO 8601 format).
Current execution status of the data refresh:
• created: Operation has been created but not yet queued
• pending: Operation is queued and waiting to start
• in_progress: Currently running and processing data
• completed: Finished successfully with all data processed
• failed: Encountered errors and could not complete
• cancelled: Manually cancelled before completion
Number of entities that were checked but required no changes because they were already up-to-date.
Timestamp when the data refresh began active processing (ISO 8601 format).
Timestamp when the data refresh finished successfully (ISO 8601 format).
Timestamp when the data refresh failed (ISO 8601 format).