Mistral AIMistral AI API
GET/v2/skills/{skill_id}
读取skills Get。
Mistral AI API 中用于 skills Get 的保留合约 GET Endpoint。模型与资源相关值由调用方在运行时提供。
覆盖固定 Apache-2.0 许可官方 revision 中 ApiKey 认证的 238 个 Mistral AI Platform REST Endpoint(含类型化 SSE 流式与 Workflows)。Hub 提供文档与独立 SDK/CLI,但不代理模型、账户或用量数据;调用方通过本地 API key 直连。
请求
- operationId
skillsGet- 服务器
https://api.mistral.ai- 认证
- ApiKey
请求参数
skill_id
pathstring必填
Mistral AI API 合约中的 skill id 值。
version
queryintegerint32
Mistral AI API 合约中的 version 值。
1
alias
querystring
Mistral AI API 合约中的 alias 值。
fields
queryarray
Mistral AI API 合约中的 fields 值。
响应
200
Skillapplication/json
供应商成功响应。
字段: aliasescreatedAtdefinitionidlatestVersionnamenotessharingScopeupdatedAtversion
{
"aliases": [],
"createdAt": "1s",
"definition": {
"assets": {}
},
"latestVersion": 1,
"sharingScope": "sharing_scope_unspecified"
}