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

# Data feed for schedule occurrences (legacy)

`GET /feed/schedule_occurrences`

## Query parameters

- `limit` integer
- `offset` integer
- `start_date` string, date-time
- `end_date` string, date-time
- `template` string[]

## Response `200`

A successful response.

- S12ThepubV1FeedScheduleOccurrencesResponse — The response for `FeedScheduleOccurrences`
  - `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` S12ThepubV1FeedScheduleOccurrencesResponseFeedScheduleOccurrence[] — The schedule occurrences returned.
    - `id` string — Unique schedule occurrence ID.
    - `schedule_id` string — Schedule ID.
    - `occurrence_id` string — Occurrence ID.
    - `template_id` string — Template ID.
    - `start_time` string, date-time — Start time of the occurrence.
    - `miss_time` string, date-time — Miss time of the occurrence.
    - `due_time` string, date-time — Due time of the occurrence.
    - `occurrence_status` string — Status of the occurrence.
    - `audit_id` string — Inspection ID associated with the occurrence.
    - `completed_at` string, date-time — Time the occurrence was completed.
    - `user_id` string — User ID assigned to this occurrence.
    - `assignee_status` string — Status of the user assigned to this occurrence.
    - `organisation_id` string — Organisation ID that owns this occurrence.
    - `note` string — Notes for the occurrence.

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