---
title: "Get Metadata Property Metrics"
method: GET
path: "/metadata-properties/{metadata_property_id}/metrics"
tags: ["metadata properties"]
---

# Get Metadata Property Metrics

`GET /metadata-properties/{metadata_property_id}/metrics`

## Path parameters

- `metadata_property_id` string, uuid, required

## Response `200`

Successful Response

- union
  - TermsMetadataMetrics
    - `type` 'terms'
    - `total` integer, required
    - `values` TermCount[]
      - `term` unknown, required
      - `count` integer, required
  - IntegerMetadataMetrics
    - `min` integer, nullable
    - `max` integer, nullable
    - `type` 'integer'
  - FloatMetadataMetrics
    - `min` number, nullable
    - `max` number, nullable
    - `type` 'float'

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/hf/apis/extralit-v1.md) · [All operations](https://skmtc.net/hf/apis/extralit-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hf/extralit-v1/revisions/e9da3a893a88/schema)
