---
title: "List Deal Details"
method: GET
path: "/deal_details"
tags: ["Deal Details"]
---

# List Deal Details

`GET /deal_details`

Retrieve a list of deal data with custom fields

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `contact_id` string
- `name` string
- `external_id` string
- `type_key` string
- `status_key` string
- `assignee_id` string
- `value` string
- `currency` string
- `won_at` string
- `lost_at` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- DealDetails[]
  - `id` string, uuid
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `contact_id` string, uuid — Contact ID
  - `name` string, text — Name of the deal
  - `external_id` string, text, nullable — External ID
  - `type_key` string, text — Type Key
  - `status_key` string, text — Status Key
  - `assignee_id` string, uuid, nullable — Assignee ID
  - `value` number, nullable — Value of the deal
  - `currency` 'EUR' | 'CHF' | 'USD', public.currency — Currency of the deal
  - `won_at` string, timestamp with time zone, nullable — Won at timestamp
  - `lost_at` string, timestamp with time zone, nullable — Lost at timestamp

---

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