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

# List Revisions

> List a manual's immutable revision history.

Lists a manual's revision history, newest first. Every applied changeset creates one immutable manual revision — history is never rewritten.

**Requirements:** `instructions:read`.

## Request

<ParamField path="manualId" type="string" required>
  The manual id.
</ParamField>

<ParamField query="cursor" type="string">
  Pagination cursor.
</ParamField>

## Response

<ResponseField name="revisions" type="object[]">
  `{revisionNumber, createdAt, authorKind, changesetId, description, pagesChanged}`.
</ResponseField>

<ResponseField name="nextCursor" type="string | null">
  Pagination continuation.
</ResponseField>
