---
title: "Data feed for schedule assignees (legacy)"
method: GET
path: "/feed/schedule_assignees"
tags: ["Data Feeds"]
---

# Data feed for schedule assignees (legacy)

`GET /feed/schedule_assignees`

## Query parameters

- `limit` integer
- `offset` integer
- `show_active` 'true' | 'false'
- `show_finished` 'true' | 'false'
- `show_paused` 'true' | 'false'
- `template` string[]

## Response `200`

A successful response.

- S12ThepubV1FeedScheduleAssigneesResponse — The response for `FeedScheduleAssignees`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedScheduleAssigneesResponseFeedScheduleAssignee[] — The schedule assgineees returned.
    - `id` string — ID of the schedule and assignee
    - `schedule_id` string — ID of the schedule.
    - `assignee_id` string — ID of the assignee.
    - `type` 'unknown' | 'user' | 'email'
    - `name` string — Assignee name.
    - `organisation_id` string — ID of the organisation.

## Other responses

- `default` — An unexpected error response.

---

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