---
title: "Get a deal"
method: GET
path: "/crm/deals/{id}"
tags: ["Deals"]
---

# Get a deal

`GET /crm/deals/{id}`

## Path parameters

- `id` string, required

## Response `200`

Returns the deal by id

- Deal — Deal Details
  - `id` string — Unique deal id
  - `attributes` object — Deal attributes with values
  - `linkedContactsIds` integer[] — Contact ids for contacts linked to this deal
  - `linkedCompaniesIds` string[] — Companies ids for companies linked to this deal

## Other responses

- `400` — Returned when task id is invalid
- `404` — Returned when item not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
