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

> List a workspace's private media assets.

Lists a workspace's assets, newest first.

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

## Request

<ParamField query="workspaceId" type="string" required>
  The workspace to list (required).
</ParamField>

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

## Response

<ResponseField name="assets" type="object[]">
  Asset records (see [Get Asset](/docs/developers/api-reference/instructions/get-asset)).
</ResponseField>

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