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

# Get deal summary

`GET /deals/{id}/summary`

Returns the AI-generated summary for a deal. Returns 404 if the deal does not exist or has no summary.

## Path parameters

- `id` integer, required — Deal ID

## Response `200`

Deal summary

- DealSummaryContent
  - `data` object[], required — Summary content items
    - `type` string, required — Content type
    - `value` string, required — Content value
  - `language` string, required — Language of the summary

## Other responses

- `401` — Authentication failed. The API key is missing or invalid.
- `404` — Deal or summary not found
- `429` — Rate limit exceeded. Retry after the X-RateLimit-Reset interval.

---

[API](https://skmtc.dev/modjo/apis/modjo-public-api.md) · [All operations](https://skmtc.dev/modjo/apis/modjo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modjo/modjo-public-api/revisions/dcae8b3284e8/schema)
