Sync Runs
Fetch Records Export
Retrieves a list of URLs to Parquet files containing all records synced during a given sync run, including the operation performed and the status of that operation.
GET
/
sync_runs
/
{sync_run_id}
/
records_export
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
sync_run_id
integer
requiredID of the sync run
Query Parameters
status
enum<string>
Filter records by successfully synced, invalid in source, or rejected by destination. Coming soon
Available options:
succeeded
, rejected
, invalid
operation
enum<string>
Filter by whether Census tried to create or update the record (upsert) or delete the record (delete) in the destination. Coming soon
Available options:
upsert
, delete
Response
200 - application/json
status
enum<string>
requiredThe outcome of the fetch request.
Available options:
success
urls
string[]
requiredList of presigned url's to parquet files.
Was this page helpful?