---
title: "Fetch the state of a schedule"
method: GET
path: "/schedules/{id}/state"
tags: ["schedules"]
---

# Fetch the state of a schedule

`GET /schedules/{id}/state`

This operation shows the current state of a schedule.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `schedule` object, required
    - `state` 'enabled' | 'disabled' | 'expired' — A schedule must be **enabled** to run. Specify **enabled** to run the schedule or **disabled** to turn off the schedule so that it doesn't run.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
