Retrieves the count of all records synced during a given sync run. Filters can be applied to get specific counts.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the sync run
Filter records by the primary identifier of the record.
Filter records by successfully synced, invalid in source, or rejected by destination.
succeeded
, rejected
, invalid
Filter by whether Census tried to create or update the record (upsert) or delete the record (delete) in the destination.
upsert
, delete
Successfully retrieved record counts.
The response is of type object
.