---
title: "GET /deals/{deal_id}"
method: GET
path: "/deals/{deal_id}"
tags: ["Сделки"]
---

# GET /deals/{deal_id}

`GET /deals/{deal_id}`

Информация о сделке

## Path parameters

- `deal_id` string, required

## Response `200`

The request has succeeded.

- SafeDeal
  - `type` 'safe_deal', required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `429` — Client error
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 2 breaking, 28 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the `allOf[#/components/schemas/BaseDeal]/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - api operation id `Deals_retrieve` was added
  - for the `path` request parameter `deal_id`, the minLength was decreased from `36` to `0`
  - …26 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/deals/:deal_id/get.md)

---

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