cURL
curl --request GET \ --url http://localhost:8080/v1/files
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "bytes": 123, "created_at": 123, "filename": "<string>", "purpose": "<string>", "status": "<string>" } ], "has_more": true, "extra_fields": "<unknown>" }
Lists all uploaded files for the authenticated user.
The model provider
Filter by file purpose
Maximum number of files to return
List of files
Show child attributes
Was this page helpful?