Fetch sample skipped records
Use this endpoint to retrieve a sample of skipped records for a specific sync run. The endpoint will redirect to a temporary S3 URL where the JSON file contents can be accessed. Clients should follow the redirect to retrieve the JSON data.
This is initially a 302 redirect to the skipped records file, and if followed ultimately returns a 200 with the JSON data in the response. The schema of the return will vary depending on the fields used in the sync. The sync key will be used to identify a record with an error_message
. Additional properties will be returned matching the fields used in the sync.
The endpoint may also return a 410 if the skipped records file is no longer available. You can read more about how we handle skipped records and our policy on expiration: here.
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the sync run
Query Parameters
The type of skipped records to retrieve (invalid from source or rejected from destination).
invalid
, rejected
Response
The reason why the record was skipped
Was this page helpful?