---
title: "Get Schedule Runs Endpoint"
method: GET
path: "/studio/schedules/{schedule_id}/runs"
tags: ["AI_STUDIO", "SCHEDULES"]
---

# Get Schedule Runs Endpoint

`GET /studio/schedules/{schedule_id}/runs`

Get recent runs for a schedule.

## Path parameters

- `schedule_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ScheduleRunsListResponse — Response containing a list of schedule runs.
  - `runs` ScheduleRunResponse[], required
    - `id` string, uuid, required
    - `schedule_id` string, uuid, required
    - `run_at` string, date-time, required
    - `status` string, required
    - `error_message` string, nullable, required
    - `recipients_count` integer, nullable, required
    - `sent_count` integer, nullable, required
    - `failed_count` integer, nullable, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/103580dad816/schema)
