---
title: "List Team Run Checkpoints"
method: GET
path: "/teams/{team_id}/runs/{run_id}/checkpoints"
tags: ["Teams"]
---

# List Team Run Checkpoints

`GET /teams/{team_id}/runs/{run_id}/checkpoints`

List FE-friendly continuation boundaries derived from the current stored team run. No separate checkpoint table is used; entries are inferred from message-level checkpoint markers and the terminal end of the transcript.

## Path parameters

- `team_id` string, required
- `run_id` string, required

## Query parameters

- `session_id` string, required — Session ID for the run

## Response `200`

Run checkpoints retrieved successfully

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Team or run not found
- `422` — Validation Error
- `500` — Internal Server 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)
