Mistral AI/getSchedulesV1WorkflowsSchedulesGet

Online calls unavailable · details below

Mistral AIMistral AI API

GET/v1/workflows/schedules

Read get Schedules V1 Workflows Schedules Get.

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

Request parameters

workflow_name

querystring

workflow name value in the Mistral AI API contract.

user_id

querystring

user id value in the Mistral AI API contract.

status

querystring

status value in the Mistral AI API contract.

search

querystring

search value in the Mistral AI API contract.

page_size

querystring

page size value in the Mistral AI API contract.

next_page_token

querystring

next page token value in the Mistral AI API contract.

Responses

200

WorkflowScheduleListResponseapplication/json

Successful supplier response.

Properties: next_page_tokenschedules

422

HTTPValidationErrorapplication/json

Supplier response with HTTP status 422.

Properties: detail

{
  "schedules": {
    "calendars": {
      "day_of_month": {},
      "day_of_week": {},
      "hour": {},
      "minute": {},
      "month": {},
      "second": {},
      "year": {}
    },
    "cron_expressions": [],
    "future_executions": {},
    "intervals": {}
  }
}