---
title: "Get Call By Id Endpoint"
method: GET
path: "/call/{call_id}"
tags: ["Call"]
---

# Get Call By Id Endpoint

`GET /call/{call_id}`

## Path parameters

- `call_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- GetCallByIDResult
  - `call_id` string, uuid, required
  - `call` CallResult, required
    - `call_id` string, uuid, required
    - `start_time` string, date-time, required
    - `end_time` string, date-time, nullable, required
    - `thumbnail` string, nullable, required
    - `recording` string, nullable, required
    - `duration` integer, nullable, required
    - `transcript` TranscriptCaption[], nullable, required
      - `speaker_name` string, required
      - `caption` string, required
      - `language` string, nullable, required
      - `start_time` number, nullable, required
      - `end_time` number, nullable, required
    - `title` string, nullable, required
    - `description` string, nullable, required
    - `summary` string, nullable, required
    - `coaching_summary` string, nullable, required
    - `language` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
