---
title: "List Deals"
method: GET
path: "/v1/entities/deals"
tags: ["entities"]
---

# List Deals

`GET /v1/entities/deals`

List deals with optional filters.

## Query parameters

- `workspace_id` string, uuid, required
- `stage` string, nullable
- `account_key` string, nullable
- `crm_source` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AppApiEntitiesDealResponse[]
  - `key` string, required
  - `name` string, required
  - `stage` string, nullable
  - `amount` number, nullable
  - `currency` string
  - `probability` integer, nullable
  - `close_date` string, nullable
  - `account_name` string, nullable
  - `account_key` string, nullable
  - `owner_name` string, nullable
  - `crm_source` string, nullable

## Other responses

- `422` — Validation Error

---

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