Meters
Get Meter Quantities
Get aggregated usage quantities and calculated costs for a meter within an optional date range.
GET
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique meter ID.
Example:
"mtr_8Z1aB2cD3eF4gH5iJ6kL7m"
Query Parameters
Inclusive start date in ISO 8601 format.
Inclusive end date in ISO 8601 format.
Response
200 - application/json
Meter quantities retrieved successfully.
Represents aggregated usage quantities and calculated product costs for a meter within a selected date range.
Previous
List EventsList recent usage events recorded for a specific meter. Useful for debugging and auditing event ingestion.
Next
TypeScript SDK