> ## Documentation Index
> Fetch the complete documentation index at: https://docs.entire.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Inspect Checkpoints

> Choose how to inspect checkpoint context in entire.io or the Entire CLI.

Use this page when you want to see what happened behind a checkpoint: the commit, prompt, transcript, sessions, files, token usage, and attribution.

<Note>
  Inspecting a checkpoint reads history that Entire already captured. [`entire review`](/cli-reference/review) is a different command: it runs a multi-agent review against your current branch.
</Note>

## Choose a Surface

| Use this                                                  | When you want to                                                                                                       |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [**entire.io**](/guides/checkpoints/inspect-in-entire-io) | Browse checkpoints by repository and branch, inspect sessions visually, read file diffs, or share context with a team. |
| [**Entire CLI**](/guides/checkpoints/inspect-in-cli)      | Work from a terminal, explain a checkpoint or commit, read transcript output, compare token usage, or export JSON.     |

## What to Look For

When you open a checkpoint, check:

* the original prompt or task
* the transcript and tool calls
* files changed by the agent
* file diffs and line attribution
* token usage and session metadata
* whether the checkpoint is linked to the commit you expected

## Continue With

<CardGroup cols={2}>
  <Card title="Inspect in entire.io" icon="browser" href="/guides/checkpoints/inspect-in-entire-io">
    Open checkpoint details, sessions, and file diffs visually.
  </Card>

  <Card title="Inspect in the CLI" icon="terminal" href="/guides/checkpoints/inspect-in-cli">
    List, explain, and measure checkpoints locally.
  </Card>

  <Card title="Sessions in entire.io" icon="message" href="/guides/sessions/sessions-in-entire-io">
    See the transcript and tool calls behind a checkpoint.
  </Card>

  <Card title="Search Past Work and Code" icon="magnifying-glass" href="/learn/search-past-agent-work">
    Find previous checkpoints, sessions, and commits by meaning.
  </Card>
</CardGroup>
