Skip to main content

Get statistics

GET /api/v1/stats
Returns aggregate statistics across all files managed by the Metadata Service.

Response 200

{
  "totalFiles": 14832,
  "totalSizeBytes": 8493726105
}

Response fields

totalFiles
number
Total number of file metadata records stored.
totalSizeBytes
number
Combined size of all files in bytes.