---
title: "List Deal Types"
method: GET
path: "/deal_type"
tags: ["Deal Type"]
---

# List Deal Types

`GET /deal_type`

Retrieve a list of deal types

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `key` string
- `emoji` string
- `select` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- DealType[]
  - `id` string, uuid — Deal type ID
  - `created_at` string, timestamp with time zone — Creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of the deal type
  - `key` string, text — Key of the deal type
  - `emoji` string, text, nullable — Emoji of the deal type

---

[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)
