Get sync logs

Retrieves connector sync logs detailing attempts to ingest data from third-party systems, including timestamps, status, and messages for each sync event.

Caution: This endpoint is available for use but is currently in beta. The response structure is subject to change as we continue to enhance the data model.

Requires the Administrator [64] user role or the EXPOSURE_MANAGEMENT.CONNECTOR.CONNECTOR.READ custom role privilege. See Roles.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0

Filters logs by a connector's unique numeric identifier.

string
enum

Filters logs by sync status. Supported values are SUCCEEDED or FAILED.

Allowed:
date

Filters logs by syncs that started on or after the specified date. This boundary is inclusive. Format: YYYY-MM-DD.

Note: Must be used together with end_date. If you specify one of start_date or end_date, you must specify both.

date

Filters logs by syncs that started before the specified date. This boundary is exclusive, so the specified date itself is not included. Format: YYYY-MM-DD.

Note: Must be used together with start_date. If you specify one of start_date or end_date, you must specify both.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

403

Returned if you do not have permission to view sync logs.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html