Mistral AIMistral AI API
GET/v1/workflows/runs
Read list Runs V1 Workflows Runs Get.
Contract-preserving GET Endpoint for list Runs V1 Workflows Runs 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
listRunsV1WorkflowsRunsGet- Server
https://api.mistral.ai- Authentication
- ApiKey
Request parameters
workflow_identifier
querystring
workflow identifier value in the Mistral AI API contract.
root_execution_id
querystring
root execution id value in the Mistral AI API contract.
search
querystring
search value in the Mistral AI API contract.
status
querystring
status value in the Mistral AI API contract.
deployment_name
querystring
deployment name 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.
start_time_after
querystring
start time after value in the Mistral AI API contract.
start_time_before
querystring
start time before value in the Mistral AI API contract.
end_time_after
querystring
end time after value in the Mistral AI API contract.
end_time_before
querystring
end time before value in the Mistral AI API contract.
user_id
querystring
user id value in the Mistral AI API contract.
workflow_tags
querystring
workflow tags value in the Mistral AI API contract.
include_internal
queryboolean
include internal value in the Mistral AI API contract.
page_size
queryinteger
page size value in the Mistral AI API contract.
next_page_token
querystring
next page token value in the Mistral AI API contract.
search_key
querystring
search key value in the Mistral AI API contract.
Responses
200
WorkflowExecutionListResponseapplication/json
Successful supplier response.
Properties: executionsnext_page_token
422
HTTPValidationErrorapplication/json
Supplier response with HTTP status 422.
Properties: detail
{
"executions": {}
}