---
title: "Get Team Intelligence"
method: GET
path: "/intelligence/team"
tags: ["Intelligence"]
---

# Get Team Intelligence

`GET /intelligence/team`

Get team intelligence for the current user.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- TeamIntelligenceResult — Result DTO for team intelligence.
  - `id` string, uuid, required — Intelligence ID
  - `organization_id` string, uuid, required — Organization ID
  - `success_stories` string, nullable — Success stories
  - `common_objections_handling` string, nullable — Common objections handling
  - `demo_scripts` string, nullable — Demo scripts
  - `predefined_pitches` TeamPredefinedPitchResult[], nullable — Predefined pitches
    - `context` string, required — Context
    - `response` string, required — Response
  - `industry_terms` string, nullable — Industry terms
  - `standard_closing_techniques` string[], nullable — Standard closing techniques
  - `standard_cta_examples` string[], nullable — Standard CTA examples
  - `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)
