Mistral AIMistral AI API
GET/v1/batch/jobs
Read jobs Api Routes Batch Get Batch Jobs.
Contract-preserving GET Endpoint for jobs Api Routes Batch Get Batch Jobs 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
jobsApiRoutesBatchGetBatchJobs- 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.
model
querystring
model value in the Mistral AI API contract.
agent_id
querystring
agent id value in the Mistral AI API contract.
metadata
querystring
metadata value in the Mistral AI API contract.
created_after
querystring
created after value in the Mistral AI API contract.
created_by_me
queryboolean
created by me value in the Mistral AI API contract.
status
querystring
status value in the Mistral AI API contract.
order_by
querystring
order by value in the Mistral AI API contract.
Responses
200
ListBatchJobsResponseapplication/json
Successful supplier response.
Properties: dataobjecttotal
{
"data": {
"completed_requests": 0,
"created_at": 0,
"errors": {
"count": 1
},
"failed_requests": 0
},
"object": "list",
"total": 0
}