Mistral AI/getScheduleV1WorkflowsSchedulesScheduleIdGet

Online calls unavailable · details below

Mistral AIMistral AI API

GET/v1/workflows/schedules/{schedule_id}

Read get Schedule V1 Workflows Schedules Schedule Id Get.

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

Request parameters

schedule_id

pathstringrequired

schedule id value in the Mistral AI API contract.

Responses

200

ScheduleDefinitionOutputapplication/json

Successful supplier response.

Properties: calendarscron_expressionsdeployment_nameend_atfuture_executionsinputintervalsjitternotepausedpolicyrecent_executionsremaining_executionsschedule_idskipstart_attime_zone_nameworkflow_name

422

HTTPValidationErrorapplication/json

Supplier response with HTTP status 422.

Properties: detail

{
  "calendars": {
    "day_of_month": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "day_of_week": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "hour": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "minute": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "month": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "second": {
      "end": 0,
      "start": 0,
      "step": 0
    },
    "year": {
      "end": 0,
      "start": 0,
      "step": 0
    }
  },
  "cron_expressions": [],
  "future_executions": {},
  "intervals": {}
}