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
Example request
{
"record_ids": [
"rec_123",
"rec_456"
]
}Response
The errors have been successfully reset to be retried at the next run.