API Reference
List Document Collections
GET /api/v1/documents/collections — list document collections in a tenant (added in PR
Authorization
APIKeyHeader X-API-Key<token>
In: header
Query Parameters
tenant_id*Tenant Id
fleet_id?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/documents/collections?tenant_id=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}