---
title: "Get Schedule Run"
method: GET
path: "/schedules/{schedule_id}/runs/{run_id}"
tags: ["Schedules"]
---

# Get Schedule Run

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

## Path parameters

- `schedule_id` string, required
- `run_id` string, required

## Response `200`

Successful Response

- ScheduleRunResponse
  - `id` string, required
  - `schedule_id` string, required
  - `attempt` integer, required
  - `triggered_at` integer, nullable
  - `completed_at` integer, nullable
  - `status` string, required
  - `status_code` integer, nullable
  - `run_id` string, nullable
  - `session_id` string, nullable
  - `error` string, nullable
  - `input` object, nullable
  - `output` object, nullable
  - `requirements` object[], nullable
  - `created_at` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
