Reverse ETL Failed Records

Retry Reverse ETL Sync Failed Records

Retries the given record IDs on the specified Reverse ETL Sync at the next run by resetting their errors.

post/reverse_etl_failed_records/retry

Query parameters

reverse_etl_sync_idstring required
Example:OoORhGXUVjsqFG

The ID of the Reverse ETL Sync to fetch record errors for.

Request body

record_idsstring[] required

The IDs of the records whose errors should be reset so they are retried.

Example request

{
  "record_ids": [
    "rec_123",
    "rec_456"
  ]
}

Response

The errors have been successfully reset to be retried at the next run.

Changes