Mistral AIMistral AI API
GET/v1/workflows/deployments
读取list Deployments V1 Workflows Deployments Get。
Mistral AI API 中用于 list Deployments V1 Workflows Deployments Get 的保留合约 GET Endpoint。模型与资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 许可官方 revision 中 ApiKey 认证的 238 个 Mistral AI Platform REST Endpoint(含类型化 SSE 流式与 Workflows)。Hub 提供文档与独立 SDK/CLI,但不代理模型、账户或用量数据;调用方通过本地 API key 直连。
请求
- operationId
listDeploymentsV1WorkflowsDeploymentsGet- 服务器
https://api.mistral.ai- 认证
- ApiKey
请求参数
active_only
queryboolean
Mistral AI API 合约中的 active only 值。
is_hardened
querystring
Mistral AI API 合约中的 is hardened 值。
workflow_name
querystring
Mistral AI API 合约中的 workflow name 值。
search
querystring
Mistral AI API 合约中的 search 值。
order_by
querystring
Mistral AI API 合约中的 order by 值。
order
querystring
Mistral AI API 合约中的 order 值。
limit
querystring
Mistral AI API 合约中的 limit 值。
cursor
querystring
Mistral AI API 合约中的 cursor 值。
workspace_id
querystring
Mistral AI API 合约中的 workspace id 值。
响应
200
DeploymentListResponseapplication/json
供应商成功响应。
字段: deploymentsnext_cursorworkspace_id
422
HTTPValidationErrorapplication/json
供应商返回 HTTP 状态 422。
字段: detail
{
"deployments": {
"active_worker_count": 0,
"is_active": false,
"is_hardened": false,
"locations": "local"
}
}