---
title: "Get Custom Metric Template"
method: GET
path: "/v1/metric-template/{template_id}"
tags: ["Custom Metric Templates"]
---

# Get Custom Metric Template

`GET /v1/metric-template/{template_id}`

Get a single metric template by ID.

## Path parameters

- `template_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- TemplateResponse — Public library view of a Bluejay-authored template.
  - `id` string, required
  - `created_at` string, date-time, required
  - `name` string, required
  - `prompt` string, nullable
  - `description` string, nullable
  - `summary` string, nullable
  - `metric_type` string
  - `eval_method` string
  - `eval_segment` string
  - `scope` string
  - `settings` object
  - `response_type` 'pass_fail' | 'yes_no' | 'qualitative' | 'quantitative' | 'json' | 'enum' | 'int' | 'float' | 'boolean' | 'tool_call', required — Enum representing the possible response types for custom metrics.
  - `min_value` number, nullable
  - `max_value` number, nullable
  - `category` string, nullable
  - `tags` string[]
  - `scoring_guidance` string, nullable
  - `eval_modality` 'AUDIO' | 'TEXT' | 'AUTO' — Enum representing the evaluation route of a call.
  - `model` string, nullable
  - `audio_model` string, nullable
  - `temperature` number, nullable
  - `enum_options` string[], nullable
  - `tool_names` string[], nullable
  - `json_schema` object, nullable
  - `allow_not_applicable` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/18bc44e35414/schema)
