List metric definitions
Returns a paginated list of metric definitions for the calling organization. Requires
an API key with the read action.
Authorizations
API key passed in the header.
Query Parameters
Opaque token from a prior page; omit for the first page.
Page size; omit to use the service default.
^-?(?:0|[1-9]\d*)$Filter by lifecycle status: `active` (default), `deleted`, or `all`.
"active"Response
A page of metric definitions.
itemsarray<object>items.metricIdstringStable identifier for the metric.
items.namestringProgrammatic name of the metric.
items.displayNamestringHuman-readable name of the metric.
items.descriptionstringDescription of what the metric measures.
items.unitLabelstringUnit label for the metric's values.
items.dataTypestringThe metric's data type.
items.defaultAggregationstringDefault aggregation used when binning this metric.
items.tagsarray<string>Free-form tags applied to the metric.
items.enumValuesnull | arrayAllowed enumerated values, when the metric is enum-typed.
items.isDeletedbooleanWhether the metric has been soft-deleted.
items.createdAtstring<date-time>Timestamp (UTC) when the metric was created.
items.updatedAtnull | string<date-time>Timestamp (UTC) when the metric was last updated.
items.createdBystringIdentifier of the actor that created the metric.
items.updatedBynull | stringIdentifier of the actor that last updated the metric.
continuationTokennull | stringhasMoreboolean