---
title: "Get Global Error Subscribers"
method: GET
path: "/api/notifications/global-error-subscribers"
tags: ["Notifications"]
---

# Get Global Error Subscribers

`GET /api/notifications/global-error-subscribers`

Returns the list of email addresses subscribed to global sync error notifications for the caller's organization.

To update the subscriber list, use
[`PUT /api/notifications/global-error-subscribers`](../../../api-reference/notifications/set-global-error-subscribers).

## Response `200`

OK

- GlobalErrorSubscribersResponse
  - `emails` string[], nullable — Email addresses subscribed to global sync error notifications for the organization.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/versions/b509e00e80aa/schema)
