---
title: "List Reverse ETL Sync Failed Record Errors"
method: GET
path: "/reverse_etl_failed_records"
tags: ["Reverse ETL Failed Records"]
---

# List Reverse ETL Sync Failed Record Errors

`GET /reverse_etl_failed_records`

List the unresolved record errors captured for the specified Reverse ETL Sync.

## Query parameters

- `reverse_etl_sync_id` string, required
- `limit` integer

## Response `200`

- ReverseEtlSyncFailedRecordErrorsDto
  - `data` ReverseEtlSyncRecordErrorDto[], required — The record errors captured for the Reverse ETL Sync.
    - `sync_id` string, required — The ID of the Reverse ETL Sync the record belongs to.
    - `record_id` string, required — The ID of the record that failed to sync.
    - `error` string, required — The error message describing why the record failed to sync.

## 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)
