---
title: "Retry Reverse ETL Sync Failed Records"
method: POST
path: "/reverse_etl_failed_records/retry"
tags: ["Reverse ETL Failed Records"]
---

# Retry Reverse ETL Sync Failed Records

`POST /reverse_etl_failed_records/retry`

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

## Query parameters

- `reverse_etl_sync_id` string, required

## Request body

- RetryReverseEtlSyncRecordErrorsRequestDto
  - `record_ids` string[], required — The IDs of the records whose errors should be reset so they are retried.

## Response `204`

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

## Other responses

- `404`

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
