---
title: "Get All Call Coaching"
method: GET
path: "/coaching/calls"
tags: ["Coaching"]
---

# Get All Call Coaching

`GET /coaching/calls`

Get all call coaching summaries for the current user.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CallCoachingResponse[]
  - `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)
