Retrieve Meter
Retrieve a usage meter and its most recent usage events.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique meter ID.
"mtr_8Z1aB2cD3eF4gH5iJ6kL7m"
Response
Meter retrieved successfully.
Represents a usage meter with its most recent usage events and total usage event count.
The unique meter ID.
"mtr_8Z1aB2cD3eF4gH5iJ6kL7m"
The business ID that owns this meter.
"biz_4r5t6y7u8i9o"
Meter display name.
"API Request Count"
The event name tracked by this meter.
"api.request"
Aggregation strategy for usage events.
COUNT, SUM, MAX, LAST "COUNT"
Whether the meter is archived.
false
Creation timestamp.
"2026-05-23T10:00:00.000Z"
Last update timestamp.
"2026-05-23T10:00:00.000Z"
Most recent usage events recorded for the meter.
Total usage event count for the meter.
1284
Meter description.
"Counts successful API requests for usage-based billing."
Metadata key used for aggregation.
"tokens"
Measurement unit label.
"requests"
Optional filter definition for advanced matching.
{ "event_type": "premium", "region": "asia" }