ListFilesResponse - Python SDK

ListFilesResponse method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Fields

FieldTypeRequiredDescriptionExample
resultcomponents.FileListResponse✔️N/A{"cursor": null,"data": [{"created_at": "2025-01-01T00:00:00Z","downloadable": false,"filename": "document.pdf","id": "file_011CNha8iCJcU1wXNR6q4V8w","mime_type": "application/pdf","size_bytes": 1024000,"type": "file"}
],
“first_id”: “file_011CNha8iCJcU1wXNR6q4V8w”,
“has_more”: false,
“last_id”: “file_011CNha8iCJcU1wXNR6q4V8w”
}