---
title: "Get Sync Error Handling"
method: GET
path: "/api/syncs/{id}/error-handling"
tags: ["Model Sync Error Handling"]
---

# Get Sync Error Handling

`GET /api/syncs/{id}/error-handling`

Returns the error handling settings for a model sync.

## Path parameters

- `id` string, uuid, required — Unique identifier of the model sync.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- SyncErrorHandlingEnvelope
  - `data` SyncErrorHandling
    - `auto_retry_record_errors` boolean — Whether records that fail are automatically retried on the next run.
    - `notify_on_record_errors` boolean — Whether subscribers are notified when individual records fail, in addition to whole-sync failures.
    - `subscribers` string[], nullable — Email addresses notified when this sync fails.
    - `warning_notifications` boolean — Whether subscribers are notified when the sync completes with warnings.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.dev/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/revisions/6c3b7c51e463/schema)
