> ## 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 | \{
"\_shape": "openrouter",
"cursor": null,
"data": \[],
"first\_id": null,
"has\_more": false,
"last\_id": null
} |