Get usage statistics for a dataset
GET /datasets/{datasetId}/usage/stats
Returns aggregated usage stats (queries, ingests, cache hit rate) for all tables in the dataset
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 for usage stats (ISO 8601)
Start of the date range for usage stats (ISO 8601)
End of the date range for usage stats (ISO 8601)
End of the date range for usage stats (ISO 8601)
Responses
Section titled “ Responses ”Usage statistics retrieved successfully
object
ID of the dataset
Total operations across all tables
Total query operations
Total ingestion operations
Overall cache hit rate as a decimal (0.0-1.0)
Timestamp of the most recent operation
Usage breakdown by table
object
Unique identifier for the table
Human-readable name of the table
Total number of operations on this table
Number of query operations
Number of data ingestion operations
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