Get customer usage summary

View as Markdown
Returns a usage summary for a customer, grouped by event type. Includes event counts and last reported timestamps.

Authentication

AuthorizationBearer

Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.

Path parameters

idstringRequiredformat: "uuid"
The customer UUID.

Query parameters

start_datedateOptional

Filter usage from this date (inclusive).

end_datedateOptional

Filter usage up to this date (inclusive).

event_namestringOptional
Filter by a specific event name.

Response

Customer usage summary
datalist of objects

Errors

401
Unauthorized Error