---
title: "Get a specific metric definition by ID"
method: GET
path: "/question/{id}"
---

# Get a specific metric definition by ID

`GET /question/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved metric definition

- object
  - `metrics_id` string
  - `definitions` object[]
    - `name` string
    - `description` string
  - `system_prompt` string
  - `metric_count` integer
  - `created_at` string

## Changes

- **2025-04-30** `2eb8cb01b88b` — 1 info
  - endpoint added
- **2025-04-30** `9a3d86c43d3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getplumai/apis/plum-api/changes/question/:id/get.md)

---

[API](https://skmtc.dev/getplumai/apis/plum-api.md) · [All operations](https://skmtc.dev/getplumai/apis/plum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getplumai/plum-api/revisions/2c7df02e7ab4/schema)
