---
title: "Get Call Goal Presets"
method: GET
path: "/intelligence/call-goal"
tags: ["Intelligence"]
---

# Get Call Goal Presets

`GET /intelligence/call-goal`

Get all call goal presets for the current user's team.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- CallGoalPresetResult[]
  - `id` string, uuid, required — Preset ID
  - `team_intelligence_id` string, uuid, required — Team Intelligence ID
  - `goal` 'DISCOVERY' | 'DEMO' | 'NEGOTIATION' | 'CLOSING' | 'QBR' | 'SUPPORT' | 'ONBOARDING' | 'INTERNAL' | 'VC' | 'PRODUCT_RESEARCH' | 'OTHER', required — Call goal types.
  - `description` string, required — Detailed guidance on how to lead this type of call
  - `scenario` string, required — Scenario
  - `key_objectives` string[], nullable — Primary goals for the call
  - `suggested_questions` string[], nullable — Example questions to ask
  - `metrics_for_success` string[], nullable — How to measure a successful call of this type
  - `topics_to_cover` string[], nullable — Key areas that should be discussed
  - `topics_to_avoid` string[], nullable — Subjects to steer clear of
  - `suggested_next_steps` string[], nullable — Common follow-up actions
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp

## 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)
