Files
openrouter-python-sdk-retry…/docs/operations/listfilesresponse.mdx

9 lines
5.2 KiB
Plaintext

---
title: "ListFilesResponse"
---
## Fields
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `result` | [components.FileListResponse](../components/filelistresponse.mdx) | :heavy_check_mark: | N/A | \{<br/>"cursor": null,<br/>"data": [<br/>\{<br/>"created_at": "2025-01-01T00:00:00Z",<br/>"downloadable": false,<br/>"filename": "document.pdf",<br/>"id": "file_011CNha8iCJcU1wXNR6q4V8w",<br/>"mime_type": "application/pdf",<br/>"size_bytes": 1024000,<br/>"type": "file"<br/>}<br/>],<br/>"first_id": "file_011CNha8iCJcU1wXNR6q4V8w",<br/>"has_more": false,<br/>"last_id": "file_011CNha8iCJcU1wXNR6q4V8w"<br/>} |