Obter todas as collections pertencentes a um projeto
GET /projeto/{projectId}/collections
curl \
--request GET 'http://127.0.0.1:8278/api/v1/project/{projectId}/collections'
Exemplos de resposta (200)
[
"string"
]
Exemplos de resposta (404)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2026-05-04T09:42:00Z"
}