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

# ListFilesResponse

## Example Usage

```typescript theme={null}
import { ListFilesResponse } from "@openrouter/sdk/models/operations";

let value: ListFilesResponse = {
  result: {
    shape: "openrouter",
    cursor: null,
    data: [],
    firstId: null,
    hasMore: false,
    lastId: null,
  },
};
```

## Fields

| Field    | Type                      | Required             | Description | Example                                                                                                                                               |
| -------- | ------------------------- | -------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| `result` | *models.FileListResponse* | :heavy\_check\_mark: | N/A         | \{<br />"\_shape": "openrouter",<br />"cursor": null,<br />"data": \[],<br />"first\_id": null,<br />"has\_more": false,<br />"last\_id": null<br />} |
