---
title: "Get a study schedule"
method: GET
path: "/v1/study-schedules/{schedule_id}"
tags: ["Study Schedules"]
---

# Get a study schedule

`GET /v1/study-schedules/{schedule_id}`

Retrieve the current configuration of a study schedule.

## Path parameters

- `schedule_id` string, required

## Response `200`

OK

- StudyScheduleResponse
  - `enabled` boolean, required
  - `id` string, required
  - `next_scheduled_run` string, date-time, nullable
  - `repeat_interval` 7 | 14 | 30, nullable
  - `source_study_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized
- `404` — Schedule not found

---

[API](https://skmtc.dev/viewpoints/apis/viewpoints-study-api.md) · [All operations](https://skmtc.dev/viewpoints/apis/viewpoints-study-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/viewpoints/viewpoints-study-api/revisions/0145b20e3bb0/schema)
