Denser Retriever

Get Usage

GET
/v1/getUsage

Authorization

x-api-key
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://retriever.denser.ai/api/open/v1/getUsage"
{
  "success": true,
  "data": {
    "knowledgeBaseCount": 0,
    "storageUsed": 0
  }
}
{
  "success": false,
  "message": "string",
  "data": {},
  "errorCode": "STORAGE_LIMIT_EXCEEDED"
}
{
  "success": false,
  "message": "string",
  "data": {},
  "errorCode": "INPUT_VALIDATION_FAILED"
}