---
title: "Run history (failed runs carry a workspace-chat handoff)"
method: GET
path: "/scheduled-agents/{id}/runs"
tags: ["Scheduled agents"]
---

# Run history (failed runs carry a workspace-chat handoff)

`GET /scheduled-agents/{id}/runs`

Run history newest-first, in the canonical list envelope. Not
paginated — `nextCursor` is always `null`.

## Response `200`

Run history in the canonical list envelope.

- object — The canonical v2 list envelope. Every list endpoint returns this shape; per-endpoint `items` element types (and documented extras like `total`) are declared on each operation.
  - `object` 'list', required
  - `items` object[], required — The page of objects. Element type is per-endpoint.
  - `nextCursor` string, nullable, required — Cursor for the next page; `null` means this is the last page.
  - `url` string, required — The path this list was fetched from (query string excluded).

---

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