---
title: "List disposition metric templates"
method: GET
path: "/disposition-metric-templates"
tags: ["Disposition Metric Templates"]
---

# List disposition metric templates

`GET /disposition-metric-templates`

Returns all available disposition metric templates. These reusable definitions are used to populate the post-call analytics metric picker when configuring an agent's `postCallAnalyticsConfig`. Only a user token is required — no organization context needed.

## Response `200`

Array of disposition metric templates

- object
  - `success` boolean
  - `data` object[]
    - `identifier` string — Unique snake_case key (lowercase letters, digits, and underscores only)
    - `dispositionMetricPrompt` string — AI prompt used to extract this metric from the call transcript
    - `dispositionMetricType` 'STRING' | 'BOOLEAN' | 'INTEGER' | 'ENUM' | 'DATETIME' — How the extracted value is interpreted: - `STRING` — free-text output - `BOOLEAN` — true/false outcome - `INTEGER` — whole number value - `ENUM` — one of a predefined set of choices - `DATETIME` — a date/time value

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/c2d0eb64b01a/schema)
