---
title: "List Custom Metric Templates"
method: GET
path: "/v1/custom-metric-templates"
tags: ["Custom Metric Templates"]
deprecated: true
---

# List Custom Metric Templates

`GET /v1/custom-metric-templates`

> **Deprecated.**

List Bluejay-authored metric templates in the global library.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string, nullable
- `category` string, nullable
- `response_type` string, nullable

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- TemplateListResponse
  - `data` TemplateResponse[], required
    - `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
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required

## 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/a05ff89a0c58/schema)
