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

# Get Bulk Sync Error Handling

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

Returns the error handling settings for a bulk sync.

## Path parameters

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

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- BulkSyncErrorHandlingEnvelope
  - `data` BulkSyncErrorHandling
    - `subscribers` string[], nullable — Email addresses notified when this sync fails.

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