The ID of the database to retrieve metrics for. If the database belongs to an organization, include the organization ID in the format
dbId-orgId
.Response
Indicates whether the call was successful.
success
if successful, error
if not.An array of metric objects for the database over the last 24 hours.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the database.DATABASE_NOT_FOUND
: The specified database does not exist.