---
title: "Get Run Timeline"
method: GET
path: "/api/v1/runs/{id}/timeline"
tags: ["Runs"]
---

# Get Run Timeline

`GET /api/v1/runs/{id}/timeline`

Returns checkpoint timeline entries from durable run-store checkpoints. Metadata branches are write-only archives and are not read by this endpoint.

## Path parameters

- `id` string, required

## Response `200`

Run checkpoint timeline

- TimelineEntryResponse[]
  - `ordinal` integer, required
  - `node_name` string, required
  - `visit` integer, required
  - `checkpoint_seq` integer, required
  - `run_commit_sha` string, nullable

## Other responses

- `404` — Run not found
- `501` — Operation unsupported for this run

---

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