mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
9 lines
5.2 KiB
Plaintext
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/>} | |