Project
Get Project Daily Usage
Get the usage of a project in the last days
GET
Get the daily usage statistics of a project over the last N days.
This endpoint provides detailed usage metrics including:
- Total blob insertions per day
- Successful blob insertions per day
- Input tokens consumed per day
- Output tokens consumed per day
The data is returned as a time series for the specified number of days, allowing you to track usage patterns and project activity over time.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The number of days to get
Response
200
application/json
Successful Response
The response is of type object
.