v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
Rules

Get metrics

Read all available metrics to define rules on

get/api/rules/metrics

Response

OK

date_rangestring

The date range this metric covers

descriptionstring

Human-readable description of the metric

groupstring

The group/category this metric belongs to

labelstring

The label/name of the metric

unitstring

The unit of measurement for this metric

Example response

[
  {
    "date_range": "last_180_days",
    "description": "Total number of unique transactions",
    "group": "transaction_metrics",
    "label": "unique_transactions",
    "unit": "count"
  }
]