Get evaluations usage
Get time-series arrays of the number of times a flag is evaluated, broken down by the variation that resulted from that evaluation. The granularity of the data depends on the age of the data requested. If the requested range is within the past two hours, minutely data is returned. If it is within the last two days, hourly data is returned. Otherwise, daily data is returned.
Path parameters
The project key
The project key
The environment key
The environment key
The feature flag key
The feature flag key
Query parameters
The series of data returned starts from this timestamp. Defaults to 30 days ago.
The series of data returned starts from this timestamp. Defaults to 30 days ago.
The series of data returned ends at this timestamp. Defaults to the current time.
The series of data returned ends at this timestamp. Defaults to the current time.
The timezone to use for breaks between days when returning daily data.
The timezone to use for breaks between days when returning daily data.
Response
Usage response
Example response
{
"series": [
{
"0": 11,
"1": 15,
"time": 1677888000000
}
]
}