Mistral AIMistral AI API
GET/v1/workflows/schedules/{schedule_id}
读取get Schedule V1 Workflows Schedules Schedule Id Get。
Mistral AI API 中用于 get Schedule V1 Workflows Schedules Schedule Id Get 的保留合约 GET Endpoint。模型与资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 许可官方 revision 中 ApiKey 认证的 238 个 Mistral AI Platform REST Endpoint(含类型化 SSE 流式与 Workflows)。Hub 提供文档与独立 SDK/CLI,但不代理模型、账户或用量数据;调用方通过本地 API key 直连。
请求
- operationId
getScheduleV1WorkflowsSchedulesScheduleIdGet- 服务器
https://api.mistral.ai- 认证
- ApiKey
请求参数
schedule_id
pathstring必填
Mistral AI API 合约中的 schedule id 值。
响应
200
ScheduleDefinitionOutputapplication/json
供应商成功响应。
字段: calendarscron_expressionsdeployment_nameend_atfuture_executionsinputintervalsjitternotepausedpolicyrecent_executionsremaining_executionsschedule_idskipstart_attime_zone_nameworkflow_name
422
HTTPValidationErrorapplication/json
供应商返回 HTTP 状态 422。
字段: 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": {}
}