metrics

Get Unified Metric Catalog

Return every metric the caller may query, in one unified shape (PR 31).

q narrows the list (Agent-Native PR 4). It exists to make REUSE cheaper than creation: without a search, a caller weighing "do we already have something like average handling time?" must pull ~75 entries and match by hand, so the cheapest path is always to author a near-duplicate — and metric proliferation is exactly what destroys one-definition-per-number.

get/api/v1/metrics/catalog

Query parameters

include_operatorboolean
qstring nullable

Case-insensitive substring over label and description. Ask this BEFORE authoring a new metric — reusing an existing one keeps every number on one definition. Matches also carry usage_count.

Case-insensitive substring over label and description. Ask this BEFORE authoring a new metric — reusing an existing one keeps every number on one definition. Matches also carry usage_count.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.