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

> List the manuals in an instruction workspace.

Lists every manual in a workspace, including bindings and head revision numbers.

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

## Request

<ParamField path="workspaceId" type="string" required>
  The workspace id.
</ParamField>

## Response

<ResponseField name="manuals" type="object[]">
  Manual summaries: `{id, workspaceId, title, defaultAudience, bindings, pageCount, headRevisionNumber, latestPublicationNumber, archivedAt, createdAt, updatedAt}`. Each binding is `{kind: "JOB" | "FOLDER" | "WORK_PROJECT", targetId, precedence}` — lower precedence wins when several manuals bind the same target.
</ResponseField>
