Events
Get usage statistics
Use when building usage reports or dashboards across events. Supports filters and grouping; defaults to last 7 days if no range provided.
post/events/usage
Request body
Example request
{
"billing_anchor": "2024-03-05T14:30:45.123456789Z",
"customer_id": "customer456",
"end_time": "2024-03-20T00:00:00Z",
"event_name": "api_request",
"external_customer_id": "customer456",
"property_name": "request_size",
"start_time": "2024-03-13T00:00:00Z"
}Response
OK