---
title: "List Metrics"
method: GET
path: "/metrics"
tags: ["Metrics"]
---

# List Metrics

`GET /metrics`

Returns a list of metrics that have been created.

## Query parameters

- `conditions[]` unknown

## Response `200`

- Metrics
  - `ID` integer
  - `Name` string
  - `UUIDS` string
  - `UCK` string
  - `Description` string
  - `CreatedOn` string
  - `UpdatedOn` string, nullable
  - `ServiceProvider` object, nullable
  - `Environment` object, nullable
  - `Inspector` Inspector
    - `ID` integer
    - `Name` string
    - `Alias` string
    - `Published` boolean
    - `Author` string
    - `ContactEmail` string
    - `Logo` string
    - `Icon` string
    - `Description` string
    - `HelpLink` string
    - `PublishedStatus` string
    - `InspectorCategory` string
    - `EnhancedBilling` boolean
    - `DefaultFrequency` object
      - `Type` string
      - `Interval` integer
    - `Constraints` object
      - `Tiers` string[]
      - `Platform` string[]
      - `Frequency` object
        - `MaxIntervalType` string
        - `MaxIntervalFrequency` integer
      - `AgentConstraint` string[]
      - `RecomendedAgent` string
    - `CreatedOn` string
    - `UpdatedOn` string
    - `DiagnosticsEnabled` boolean
  - `MetricDisplay` boolean
  - `ChangesEnabled` boolean
  - `MetricVersions` object[]
    - `ID` integer
    - `InspectorVersionID` integer
    - `Query` string
  - `Rules` AlertsTrimmed[]
    - `ID` integer
    - `Name` string
    - `MetricID` integer
  - `HasActiveAlertRule` boolean
  - `BelongsToChangeRule` boolean

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
