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

# List Deals

`GET /v1/attio/deals`

List deals from Attio.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- AppApiAttioDealResponse[]
  - `id` string, required
  - `name` string, nullable
  - `value` number, nullable
  - `currency` string, nullable
  - `stage` string, nullable
  - `close_date` string, nullable
  - `created_at` 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)
