Unify and manage your data

Get history of sync logs of a destination

Learn more about the Segmentation Api to get a history of sync logs.

This Activation service API retrieves the history of the synchronization logs for a segment.

Request

GET /api/[env]/[tenant]/destinations/history?segmentUri=[segmentUri]&max=[max]&offset=[offset]
Parameter Required Description
Headers Authorization YesInformation about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.

Request parameter

ParameterTypeDescription
segmentUriStringThe segment URI for which you want to retrieve sync logs for destinations.
maxNumberThe maximum number of results to be displayed in a page.
offsetNumberThe offset for pagination.

Response

ParameterType Description
successbooleanTrue for success response
errorErrorError object for details
resultSyncEvent[]Array of sync events
result[number].idStringUUID of the history record
result[number].destinationIdStringUUID of the destination
result[number].integrationIdStringUUID of the integration
result[number].successbooleanThe result of the sync.
result[number].timestampNumber

The timestamp of the sync.

totalNumberThe total numbers of history records for a destination.