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

> Read one instruction workspace by id.

Reads one workspace the caller can access.

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

## Request

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

## Response

<ResponseField name="workspace" type="object">
  `{id, name, manualCount, archivedAt, createdAt, updatedAt}`.
</ResponseField>
