Mistral AIMistral AI API
GET/v1/workflows/registrations
读取get Workflow Registrations V1 Workflows Registrations Get。
Mistral AI API 中用于 get Workflow Registrations V1 Workflows Registrations Get 的保留合约 GET Endpoint。模型与资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 许可官方 revision 中 ApiKey 认证的 238 个 Mistral AI Platform REST Endpoint(含类型化 SSE 流式与 Workflows)。Hub 提供文档与独立 SDK/CLI,但不代理模型、账户或用量数据;调用方通过本地 API key 直连。
请求
- operationId
getWorkflowRegistrationsV1WorkflowsRegistrationsGet- 服务器
https://api.mistral.ai- 认证
- ApiKey
请求参数
workflow_id
querystring
Mistral AI API 合约中的 workflow id 值。
task_queue
querystring
Mistral AI API 合约中的 task queue 值。
active_only
queryboolean
Mistral AI API 合约中的 active only 值。
include_shared
queryboolean
Mistral AI API 合约中的 include shared 值。
workflow_search
querystring
Mistral AI API 合约中的 workflow search 值。
archived
querystring
Mistral AI API 合约中的 archived 值。
with_workflow
queryboolean
Mistral AI API 合约中的 with workflow 值。
available_in_chat_assistant
querystring
Mistral AI API 合约中的 available in chat assistant 值。
limit
queryinteger
Mistral AI API 合约中的 limit 值。
cursor
querystring
Mistral AI API 合约中的 cursor 值。
响应
200
WorkflowRegistrationListResponseapplication/json
供应商成功响应。
字段: next_cursorworkflow_registrationsworkflow_versions
422
HTTPValidationErrorapplication/json
供应商返回 HTTP 状态 422。
字段: detail
{
"workflow_registrations": {
"compatible_with_chat_assistant": false,
"definition": {
"enforce_determinism": false,
"execution_timeout": 0,
"input_schema": {},
"on_behalf_of": false,
"queries": {},
"signals": {}
}
},
"workflow_versions": {
"compatible_with_chat_assistant": false,
"definition": {
"enforce_determinism": false,
"execution_timeout": 0,
"input_schema": {},
"on_behalf_of": false,
"queries": {},
"signals": {}
}
}
}