Mistral AI/getWorkflowMetricsV1WorkflowsWorkflowNameMetricsGet

Online calls unavailable · details below

Mistral AIMistral AI API

GET/v1/workflows/{workflow_name}/metrics

Read get Workflow Metrics V1 Workflows Workflow Name Metrics Get.

Contract-preserving GET Endpoint for get Workflow Metrics V1 Workflows Workflow Name Metrics 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
getWorkflowMetricsV1WorkflowsWorkflowNameMetricsGet
Server
https://api.mistral.ai
Authentication
ApiKey

Request parameters

workflow_name

pathstringrequired

workflow name value in the Mistral AI API contract.

start_time

querystring

start time value in the Mistral AI API contract.

end_time

querystring

end time value in the Mistral AI API contract.

Responses

200

WorkflowMetricsapplication/json

Successful supplier response.

Properties: average_latency_mserror_countexecution_countlatency_over_timeretry_ratesuccess_count

422

HTTPValidationErrorapplication/json

Supplier response with HTTP status 422.

Properties: detail

{
  "average_latency_ms": {},
  "error_count": {},
  "execution_count": {},
  "latency_over_time": {
    "value": [
      []
    ]
  },
  "retry_rate": {},
  "success_count": {}
}