---
title: "Get the normalized call detail timeline and KPI summary"
method: GET
path: "/v2/calls/{call}/timeline"
tags: ["Calls"]
---

# Get the normalized call detail timeline and KPI summary

`GET /v2/calls/{call}/timeline`

Returns a normalized "call detail" payload — a KPI summary, the DEV-213 transcription
metrics (ring time, silence %, overtalk %), and a time-ordered event timeline.

The payload is generated on demand and cached per call. Generation is idempotent, so the
endpoint is safe to call repeatedly. Pass `refresh=true` to force regeneration (e.g. after
the call or its transcription has been updated).

## Path parameters

- `call` integer, required

## Query parameters

- `refresh` boolean

## Response `200`

The call detail timeline and KPI summary

- object
  - `data` object
  - `meta` object
    - `version` integer
    - `generatedAt` string, date-time, nullable
    - `cached` boolean

---

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