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"
}