Check size
Prod
https://api.everabyte.io/api
Prod
https://api.everabyte.io/api
GET
https://api.everabyte.io/api
/datahub/size/{datahubId}
GET
datahubId
(required): The ID of the datahub for which to retrieve size information. Example: a1b2c3d4-e5f6-7890-1234-567890abcdef
{
"currentObjectsSize": "1.5 GB",
"versionsObjectsSize": "500 MB",
"totalSize": "2 GB"
}
currentObjectsSize
(string): The size of the current objects in the datahub, in a human-readable format.versionsObjectsSize
(string): The size of the versions of objects in the datahub, in a human-readable format.totalSize
(string): The total size of the datahub (current objects + versions), in a human-readable format.GET /datahub/size/a1b2c3d4-e5f6-7890-1234-567890abcdef
a1b2c3d4-e5f6-7890-1234-567890abcdef
.200 OK
: Size information successfully retrieved.400 Bad Request
: Invalid request parameters (e.g., invalid datahubId format).404 Not Found
: Datahub not found.500 Internal Server Error
: Server error.