---
title: "Get Results For Call"
method: GET
path: "/api/v1/custom-metrics/results"
tags: ["custom-metrics"]
---

# Get Results For Call

`GET /api/v1/custom-metrics/results`

Get all metric results for a single call/session with metric metadata.

Used by the Insights tab to render custom metrics with reasoning and override state.

## Query parameters

- `voice_call_id` string, uuid, nullable
- `text_session_id` string, uuid, nullable

## Response `200`

Successful Response

- MetricResultsForCallResponse — All metric results for a single call/session, used by the Insights tab.
  - `results` MetricResultDetail[], required
    - `id` string, uuid, required
    - `custom_metric_id` string, uuid, required
    - `metric_name` string, required
    - `response_type` 'pass_fail' | 'yes_no' | 'numeric_score' | 'categorical' | 'text' | 'json', required
    - `config` object, required
    - `result_state` 'pass' | 'fail' | 'na' | 'not_run' | 'error', required
    - `passed` boolean, nullable
    - `score` number, nullable
    - `categorical_value` string, nullable
    - `text_value` string, nullable
    - `reasoning` string, nullable
    - `evaluated_at` string, date-time, required
    - `override_result_state` 'pass' | 'fail' | 'na' | 'not_run' | 'error'
    - `override_categorical_value` string, nullable
    - `override_score` number, nullable
    - `override_reason` 'ai_hallucination' | 'incorrect_prompt' | 'other'
    - `override_notes` string, nullable
    - `overridden_by_user_id` string, uuid, nullable
    - `overridden_at` string, date-time, nullable

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/custom-metrics/results/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/dabff0d3c9ff?raw)
