Get data export events usage
Get a time series array showing the number of data export events from your account. The supported granularity varies by aggregation type. The maximum time range is 365 days.
Query parameters
The series of data returned starts from this timestamp (Unix milliseconds). Defaults to the beginning of the current month.
The series of data returned starts from this timestamp (Unix milliseconds). Defaults to the beginning of the current month.
The series of data returned ends at this timestamp (Unix milliseconds). Defaults to the current time.
The series of data returned ends at this timestamp (Unix milliseconds). Defaults to the current time.
A project key to filter results by. Can be specified multiple times, one query parameter per project key.
A project key to filter results by. Can be specified multiple times, one query parameter per project key.
An environment key to filter results by. If specified, exactly one projectKey must be provided. Can be specified multiple times, one query parameter per environment key.
An environment key to filter results by. If specified, exactly one projectKey must be provided. Can be specified multiple times, one query parameter per environment key.
An event kind to filter results by. Can be specified multiple times, one query parameter per event kind.
An event kind to filter results by. Can be specified multiple times, one query parameter per event kind.
If specified, returns data for each distinct value of the given field. Can be specified multiple times to group data by multiple dimensions, one query parameter per dimension.<br/>Valid values: environmentId, eventKind.
If specified, returns data for each distinct value of the given field. Can be specified multiple times to group data by multiple dimensions, one query parameter per dimension.<br/>Valid values: environmentId, eventKind.
Specifies the aggregation method. Defaults to month_to_date.<br/>Valid values: month_to_date, incremental.
Specifies the aggregation method. Defaults to month_to_date.<br/>Valid values: month_to_date, incremental.
Specifies the data granularity. Defaults to daily. monthly granularity is only supported with the month_to_date aggregation type.<br/>Valid values: daily, hourly, monthly.
Specifies the data granularity. Defaults to daily. monthly granularity is only supported with the month_to_date aggregation type.<br/>Valid values: daily, hourly, monthly.
Response
Usage response
Example response
{
"series": [
{
"0": 11,
"1": 15,
"time": 1677888000000
}
]
}