---
title: "Get schedule recipients"
method: GET
path: "/api/v1/schedules/{scheduleId}/recipients"
tags: ["Schedules"]
---

# Get schedule recipients

`GET /api/v1/schedules/{scheduleId}/recipients`

## Path parameters

- `scheduleId` string, uuid, required — The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.

## Response `200`

Schedule recipients

- SchedulesRecipientsGetResponse
  - `recipients` EmailRecipient[] — List of individual recipients (for email destinations).
    - `email` string, email, required — Recipient's email address.
    - `id` string, required — Unique identifier for the recipient.
    - `name` string, required — Recipient's display name.
  - `type` 'email' | 'google_sheets' | 's3' | 'sftp' | 'slack' | 'webhook', required — The schedule's destination type.
  - `userGroupRecipients` UserGroupRecipient[] — List of user group recipients (for email destinations).
    - `id` string, required — User group ID.
    - `name` string, required — User group name.
    - `recipients` EmailRecipient[], required — List of recipients in the user group.
      - `email` string, email, required — Recipient's email address.
      - `id` string, required — Unique identifier for the recipient.
      - `name` string, required — Recipient's display name.

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Schedule not found

---

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