Get data export events usage
Get a time-series array of the number of monthly data export events from your account. The granularity is always daily, with a maximum of 31 days.
Query parameters
The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month.
The series of data returned starts from this timestamp (Unix seconds). Defaults to the beginning of the current month.
The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time.
The series of data returned ends at this timestamp (Unix seconds). Defaults to the current time.
A project key. If specified, environmentKey is required and results apply to the corresponding environment in this project.
A project key. If specified, environmentKey is required and results apply to the corresponding environment in this project.
An environment key. If specified, projectKey is required and results apply to the corresponding environment in this project.
An environment key. If specified, projectKey is required and results apply to the corresponding environment in this project.
Response
Usage response
Example response
{
"series": [
{
"time": 1676332800000,
"value": 92
}
]
}