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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
