Mistral AIMistral AI API
GET/v1/batch/jobs
读取jobs Api Routes Batch Get Batch Jobs。
Mistral AI API 中用于 jobs Api Routes Batch Get Batch Jobs 的保留合约 GET Endpoint。模型与资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 许可官方 revision 中 ApiKey 认证的 238 个 Mistral AI Platform REST Endpoint(含类型化 SSE 流式与 Workflows)。Hub 提供文档与独立 SDK/CLI,但不代理模型、账户或用量数据;调用方通过本地 API key 直连。
请求
- operationId
jobsApiRoutesBatchGetBatchJobs- 服务器
https://api.mistral.ai- 认证
- ApiKey
请求参数
page
queryinteger
Mistral AI API 合约中的 page 值。
page_size
queryinteger
Mistral AI API 合约中的 page size 值。
model
querystring
Mistral AI API 合约中的 model 值。
agent_id
querystring
Mistral AI API 合约中的 agent id 值。
metadata
querystring
Mistral AI API 合约中的 metadata 值。
created_after
querystring
Mistral AI API 合约中的 created after 值。
created_by_me
queryboolean
Mistral AI API 合约中的 created by me 值。
status
querystring
Mistral AI API 合约中的 status 值。
order_by
querystring
Mistral AI API 合约中的 order by 值。
响应
200
ListBatchJobsResponseapplication/json
供应商成功响应。
字段: dataobjecttotal
{
"data": {
"completed_requests": 0,
"created_at": 0,
"errors": {
"count": 1
},
"failed_requests": 0
},
"object": "list",
"total": 0
}