---
title: "Get Deal"
method: GET
path: "/v1/deals/{dealId}"
---

# Get Deal

`GET /v1/deals/{dealId}`

Return the available details for one CRM deal.

Includes its AI-generated summary, CRM autofill suggestions, and contacts when
present. Requires the **Export** permission (`read` scope).

## Path parameters

- `dealId` string, required

## Response `200`

Successful Response

- DealDetail
  - `dealId` string, required
  - `name` string, nullable
  - `accountName` string, nullable
  - `stage` string, nullable
  - `pipeline` string, nullable
  - `amount` number, nullable
  - `closeDate` string, date-time, nullable
  - `closed` boolean, nullable
  - `createdDate` string, date-time, nullable
  - `lastActivityDate` string, date-time, nullable
  - `owner` DealOwner
    - `name` string, nullable
    - `email` string, nullable
  - `summary` object, nullable
  - `crmAutofill` object, nullable
  - `contacts` DealContact[]
    - `name` string, nullable
    - `email` string, nullable
    - `title` string, nullable
    - `phone` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sybill/apis/sybill-api.md) · [All operations](https://skmtc.net/sybill/apis/sybill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sybill/sybill-api/revisions/f499ec011b17/schema)
