---
title: "Get Run History"
method: GET
path: "/api/agent-scheduled-tasks/{task_id}/runs"
tags: ["agent-scheduled-tasks"]
---

# Get Run History

`GET /api/agent-scheduled-tasks/{task_id}/runs`

Get run history for a scheduled task definition.

Returns paginated list of runs with their status, summary, and undo information.

## Path parameters

- `task_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `user_id` string
- `org_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/f8600f7a4ae3/schema)
