v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Disposition Metric Templates

List 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.

get/disposition-metric-templates

Response

Array of disposition metric templates

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "identifier": "call_resolved"
    }
  ]
}