docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
+9
View File
@@ -0,0 +1,9 @@
---
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/>} |