获取AI联动实例列表
GET
/openapi/v0.9/drc/api/v2/organizations/{org_uuid}/ai-link/algorithms/instances
es-drc-service
请求参数
Path 参数
org_uuid
string
必需
Query 参数
algorithm_id
integer
算法ID
示例值:
1
Header 参数
x-user-token
string
必需
默认值:
{{x-user-token}}
X-Request-Id
string
可选
默认值:
{% mock 'uuid' %}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/openapi/v0.9/drc/api/v2/organizations//ai-link/algorithms/instances?algorithm_id=1' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
返回响应
🟢200成功
application/json
Body
HTTP响应模板
code
integer
响应码
message
string
响应消息
data
object
响应数据
list
array [object {8}]
AI实例列表
示例
{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"algorithm_id": 63,
"algorithm_name": "桥文韬",
"app": "ex est anim ut cillum",
"config": null,
"created_time": "2026-04-08 22:53:21",
"id": 40,
"name": "祈国珍",
"organization_id": "40"
},
{
"algorithm_id": 45,
"algorithm_name": "邶国华",
"app": "enim officia labore Lorem",
"config": {
"aa": "11",
"bb": "22"
},
"created_time": "2025-09-15 19:35:25",
"id": 78,
"name": "后晨",
"organization_id": "50"
}
]
}
}
修改于 2025-07-01 03:12:14