Mistral AIMistral AI API
GET/v1/workflows
Read get Workflows V1 Workflows Get.
Contract-preserving GET Endpoint for get Workflows V1 Workflows 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
getWorkflowsV1WorkflowsGet- Server
https://api.mistral.ai- Authentication
- ApiKey
Request parameters
status
querystring
status value in the Mistral AI API contract.
include_shared
queryboolean
include shared value in the Mistral AI API contract.
available_in_chat_assistant
querystring
available in chat assistant value in the Mistral AI API contract.
deployment_name
querystring
deployment name value in the Mistral AI API contract.
deployment_status
querystring
deployment status value in the Mistral AI API contract.
archived
querystring
archived value in the Mistral AI API contract.
tags
querystring
tags value in the Mistral AI API contract.
sort_by
querystring
sort by value in the Mistral AI API contract.
order
querystring
order value in the Mistral AI API contract.
cursor
querystring
cursor value in the Mistral AI API contract.
limit
queryinteger
limit value in the Mistral AI API contract.
active_only
queryboolean
active only value in the Mistral AI API contract.
search
querystring
search value in the Mistral AI API contract.
Responses
200
WorkflowListResponseapplication/json
Successful supplier response.
Properties: next_cursorworkflows
422
HTTPValidationErrorapplication/json
Supplier response with HTTP status 422.
Properties: detail
{
"workflows": {
"archived": false,
"metadata": {},
"tags": []
}
}