> ## 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.

# Get Changeset

> Read one changeset's record and full operation list.

Reads one changeset: its lifecycle record plus the full stored operation list — everything a reviewer needs to decide.

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

## Request

<ParamField path="changesetId" type="string" required>
  The changeset id.
</ParamField>

## Response

<ResponseField name="changeset" type="object">
  `{id, workspaceId, status, description, authorKind, operationCount, createdAt, decidedAt, decisionNote, appliedManualRevisions}`.
</ResponseField>

<ResponseField name="operations" type="object[]">
  The exact operations as submitted.
</ResponseField>
