---
title: "Data feed for Schedules (legacy)"
method: GET
path: "/feed/schedules"
tags: ["Data Feeds"]
---

# Data feed for Schedules (legacy)

`GET /feed/schedules`

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

- S12ThepubV1FeedSchedulesResponse — The response for `FeedSchedules`
  - `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` S12ThepubV1FeedSchedulesResponseFeedSchedule[] — The schedules returned.
    - `id` string — ID of the schedule.
    - `description` string — Description.
    - `recurrence` string — Recurrence pattern.
    - `duration` string — Duration of the schedule.
    - `organisation_id` string — ID of the organisation.
    - `from_date` string, date-time — Start date.
    - `to_date` string, date-time — End date. Optional
    - `modified_at` string, date-time — Last modified date.
    - `start_time_hour` integer — Schedule start hour.
    - `start_time_minute` integer — Schedule start minute.
    - `all_must_complete` boolean — All must complete.
    - `status` 'UNKNOWN' | 'ACTIVE' | 'PAUSED' | 'FINISHED'
    - `timezone` string — Timezone.
    - `can_late_submit` boolean — Allow inspections to be submitted after the due date.
    - `site_id` string — ID of the site.
    - `template_id` string — ID of the template.
    - `creator_user_id` string — ID of the creator user.

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