Mistral AIMistral AI API
GET/v1/workflows/deployments
Read list Deployments V1 Workflows Deployments Get.
Contract-preserving GET Endpoint for list Deployments V1 Workflows Deployments Get 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
listDeploymentsV1WorkflowsDeploymentsGet- Server
https://api.mistral.ai- Authentication
- ApiKey
Request parameters
active_only
queryboolean
active only value in the Mistral AI API contract.
is_hardened
querystring
is hardened value in the Mistral AI API contract.
workflow_name
querystring
workflow name value in the Mistral AI API contract.
search
querystring
search value in the Mistral AI API contract.
order_by
querystring
order by value in the Mistral AI API contract.
order
querystring
order value in the Mistral AI API contract.
limit
querystring
limit value in the Mistral AI API contract.
cursor
querystring
cursor value in the Mistral AI API contract.
workspace_id
querystring
workspace id value in the Mistral AI API contract.
Responses
200
DeploymentListResponseapplication/json
Successful supplier response.
Properties: deploymentsnext_cursorworkspace_id
422
HTTPValidationErrorapplication/json
Supplier response with HTTP status 422.
Properties: detail
{
"deployments": {
"active_worker_count": 0,
"is_active": false,
"is_hardened": false,
"locations": "local"
}
}