---
title: "Get Deal Intelligence List"
method: GET
path: "/intelligence/deals"
tags: ["Intelligence"]
---

# Get Deal Intelligence List

`GET /intelligence/deals`

Get all deal intelligence for the current user.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- DealIntelligenceResult[]
  - `id` string, uuid, required — Intelligence ID
  - `deal_id` string, uuid, required — Deal ID
  - `customer_summary` string, nullable — Customer summary
  - `key_buyer_objectives` string, nullable — Key buyer objectives
  - `key_contact` string, nullable — Key contact
  - `competition_status` string, nullable — Competition status
  - `deal_stage` 'Discovery' | 'Qualification' | 'Demo' | 'Proposal' | 'Negotiation' | 'Closed Won' | 'Closed Lost' | 'On Hold' | 'Unknown', required — Deal stage enum.
  - `critical_requirements` string[], nullable — Critical requirements
  - `budget_context` string, nullable — Budget context
  - `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)
