---
title: "Get Agent Run Checkpoint Snapshot"
method: GET
path: "/agents/{agent_id}/runs/{run_id}/checkpoints/{message_index}"
tags: ["Agents"]
---

# Get Agent Run Checkpoint Snapshot

`GET /agents/{agent_id}/runs/{run_id}/checkpoints/{message_index}`

Return a derived run snapshot truncated at a message boundary. Use the returned message_index as `continue_from` when continuing this run.

## Path parameters

- `agent_id` string, required
- `run_id` string, required
- `message_index` integer, required

## Query parameters

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

## Response `200`

Run checkpoint snapshot retrieved successfully

- unknown

## Other responses

- `400` — Invalid checkpoint message index
- `401` — Unauthorized
- `404` — Agent or run not found
- `422` — Validation Error
- `500` — Internal Server Error

---

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