Get usage time series for a dataset
GET /datasets/{datasetId}/usage/timeseries
Returns usage data points over time for charting
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier for the dataset to retrieve
Unique identifier for the dataset to retrieve
Query Parameters
Section titled “Query Parameters ”Start of the date range (ISO 8601)
Start of the date range (ISO 8601)
End of the date range (ISO 8601)
End of the date range (ISO 8601)
Time bucket granularity for the data points
Time bucket granularity for the data points
Responses
Section titled “ Responses ”Usage time series retrieved successfully
object
ID of the dataset
Time bucket granularity used
Time series data points
object
Start of the time bucket (ISO 8601)
Total operations in this time bucket
Query operations in this time bucket
Ingestion operations in this time bucket
Other operations (maintenance, etc.) in this time bucket
Cache hit rate for this time bucket (0.0-1.0)
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist