Fetch usage and performance metrics for a specific library. Returns total video count, total storage used (in bytes), and combined video duration in seconds.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/metrics' \
--header'Authorization: Bearer <token>'