get https://api.cloudsmith.io/v1/usage///
API to provide time-series data around package delivery, artifact data, overages etc. one metric at a time
as specified by /usage//<requested_metric>/ where requested_metric can be one of -
(download_count, download_bytes, download_count_packages, download_backend_types, num_users, num_teams)
The following filters are supported:
- start_time=%Y-%m-%dT%H:%M:%SZ
- end_time=%Y-%m-%dT%H:%M:%SZ
- interval=day|week
Metrics like num_teams
do not provide time-series values and only provide one value for the entire filter period.