Meter
April 10, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
metadata | Dict[str, models.MetadataOutputType] | :heavy_check_mark: | N/A |
created_at | date | :heavy_check_mark: | Creation timestamp of the object. |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. |
id | str | :heavy_check_mark: | The ID of the object. |
name | str | :heavy_check_mark: | The name of the meter. Will be shown on customer's invoices and usage. |
unit | models.MeterUnit | :heavy_check_mark: | N/A |
custom_label | OptionalNullable[str] | :heavy_minus_sign: | The label for the custom unit. |
custom_multiplier | OptionalNullable[int] | :heavy_minus_sign: | The multiplier to convert from base unit to display scale. |
filter_ | models.Filter | :heavy_check_mark: | N/A |
aggregation | models.MeterAggregation | :heavy_check_mark: | The aggregation to apply on the filtered events to calculate the meter. |
organization_id | str | :heavy_check_mark: | The ID of the organization owning the meter. |
archived_at | date | :heavy_minus_sign: | Whether the meter is archived and the time it was archived. |