List individual usage entries
Returns the individual usage entries (single submitted events) for a brick, newest first, paginated via limit/offset in a envelope. Each entry carries the transaction_id accepted by PATCH /usage and DELETE /usage, enabling per-entry edit and delete.
Only entries with a transaction record are returned — entries ingested without a transaction_id cannot be individually managed.
Authorizations
API key for authentication
Path Parameters
^([a-zA-Z\d\-]+)$^([a-zA-Z\d\-]+)$Query Parameters
Start of the range (inclusive). ISO 8601 (YYYY-MM-DD or full datetime). Date-only values are interpreted in the subscription's time zone.
Page size. Defaults to 25, max 100.
Number of entries to skip.
Optional free-text filter. Matches (OR) against the transaction_id, the entry's properties JSON (as text), and — when the term parses as a number — the exact recorded value.
End of the range (inclusive). ISO 8601. Date-only values resolve to the end of that day in the subscription's time zone.
Response
The unique identifier of this usage entry. Use it with PATCH /usage and DELETE /usage to update or remove the entry.
The recorded usage value. Integer for whole quantities, decimal for fractional.
-100000000000000 < x < 100000000000000The timestamp the usage was recorded against.