GET
/
sync_runs
/
{sync_run_id}
/
sample_skipped_records
curl -L --request GET \
  --url https://app.getcensus.com/api/v1/sync_runs/{sync_run_id}/sample_skipped_records \
  --header 'Authorization: Bearer <token>'
{
  "error_message": "<string>",
  ...your_record_attributes
}
{
  "error_message": "<string>",
  ...your_record_attributes
}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

sync_run_id
integer
required

ID of the sync run

Query Parameters

type
enum<string>
default:invalid

The type of skipped records to retrieve (invalid from source or rejected from destination).

Available options:
invalid,
rejected

Response

200
application/json
This is initially a 302 redirect to the skipped records file. But this should ultimately be a 200. The schema of the return will vary depending on the fields you use in in your sync. The sync key will be used to identify your record with an `error_message`. Additional properties will be returned matching the fields used in your sync.
error_message
string
required

The reason why the record was skipped