获取属于某个项目的所有集合

获取 / 项目/{projectId}/collections

获取属于某个项目的所有集合

路径参数

  • projectId 字符串 必需

    项目 ID

    格式应符合以下模式:^[A-Za-z0-9\-]+$

响应

  • 200 application/json

    正常

    项目中的集合列表

  • 404 application/json

    未找到

    隐藏响应属性 显示响应属性 对象
    • jobId 字符串

      格式应符合以下模式:^[A-Za-z0-9\-]+$

    • message 字符串 必需
    • 描述 字符串
    • timestamp string(date-time) 必需
GET /项目/{projectId}/collections
curl \
 --request GET 'http://127.0.0.1:8278/api/v1/project/{projectId}/collections'
响应示例 (200)
[
  "string"
]
响应示例 (404)
{
  "jobId": "string",
  "message": "string",
  "description": "string",
  "timestamp": "2025-05-04T09:42:00Z"
}