---
title: "Get Deal"
method: GET
path: "/v1/public/deals/{case_id}"
tags: ["Deals"]
---

# Get Deal

`GET /v1/public/deals/{case_id}`

## Path parameters

- `case_id` string, required

## Query parameters

- `external_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- CaseSchema
  - `id` string, uuid, nullable
  - `deal_id` integer, nullable
  - `name` string, nullable
  - `status` string, nullable
  - `case_status` string, nullable
  - `pipeline_name` string, nullable
  - `pipeline_order` integer, nullable
  - `stage_key` string, nullable
  - `stage_label` string, nullable
  - `stage_position` integer, nullable
  - `stage_score` integer, nullable
  - `currency` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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