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

# List Documents Under a Dataset

### Path Parameters

<ParamField path="id" type="string" required>
  Dataset ID
</ParamField>

### Header

<ParamField header="Authorization" type="string">
  Baseplate API key. Must be in the format "Bearer \$BASEPLATE\_API\_KEY"
</ParamField>

### Responses

<Tab title="🟢 200: OK">
  ```json theme={null}
  {
    "id": "123",
    "dataset_id": "c718e120-590b-4329-8dd8-7652e8672c24",
    "created_at": "2023-03-13T04:51:05.030239+00:00",
    "filename": "test.txt",
    "url": "/5274962e-04c3-4a23-b3d5-1d7e1ea6a230/test.txt"
  }
  ```
</Tab>
