Get table usage time series
GET /dataset-tables/{tableId}/usage/timeseries
Returns aggregated usage metrics (queries, ingests, cache hit rate) for a table over time.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the table to retrieve
Unique identifier of the table 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 ”Table usage time series retrieved successfully
object
ID of the table
Time granularity of the data points
Array of usage 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