Mistral AIMistral AI API
GET/v1/files
Read files Api Routes List Files.
Contract-preserving GET Endpoint for files Api Routes List Files in the Mistral AI API. Model and resource-specific values are supplied by the caller at runtime.
All 238 ApiKey-authenticated Mistral AI Platform REST endpoints from a fixed Apache-2.0-licensed official revision, including typed SSE streaming and Workflows. Hub provides documentation and an independent SDK/CLI, but never proxies model, account, or usage data; callers connect directly with local API keys.
Request
- operationId
filesApiRoutesListFiles- Server
https://api.mistral.ai- Authentication
- ApiKey
Request parameters
page
queryinteger
page value in the Mistral AI API contract.
page_size
queryinteger
page size value in the Mistral AI API contract.
include_total
queryboolean
include total value in the Mistral AI API contract.
sample_type
querystring
sample type value in the Mistral AI API contract.
source
querystring
source value in the Mistral AI API contract.
search
querystring
search value in the Mistral AI API contract.
purpose
querystring
purpose value in the Mistral AI API contract.
mimetypes
querystring
mimetypes value in the Mistral AI API contract.
Responses
200
ListFilesResponseapplication/json
Successful supplier response.
Properties: dataobjecttotal
{
"data": {
"bytes": 13000,
"created_at": 1716963433,
"filename": "files_upload.jsonl",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f09",
"object": "file"
}
}