---
title: "List summary templates"
method: GET
path: "/v2/api/summary_templates"
tags: ["Summary Templates"]
---

# List summary templates

`GET /v2/api/summary_templates`

Returns the team's call summary templates.

## Response `200`

List of summary templates

- object
  - `data` SummaryTemplate[]
    - `id` string
    - `name` string
    - `call_context` string, nullable
    - `icon` string, nullable
    - `sections` SummaryTemplateSection[]
      - `title` string
      - `instructions` string
      - `order` integer — 0-based position of the section in the summary.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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