---
title: "Get Call Coaching"
method: GET
path: "/coaching/call/{call_id}"
tags: ["Coaching"]
---

# Get Call Coaching

`GET /coaching/call/{call_id}`

Get the coaching summary for a specific call.

## Path parameters

- `call_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CallCoachingResponse — Response model for a call coaching summary.
  - `id` string, uuid, required
  - `title` string, required
  - `content` string, required
  - `created_at` string, date-time, 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)
