---
title: "Get all deals"
method: GET
path: "/deals/polling_trigger"
tags: ["Deals"]
---

# Get all deals

`GET /deals/polling_trigger`

Retrieves all deals ordered by creation date (newest first)

## Response `200`

Successfully retrieved deals

- object[]
  - `id` integer — Unique identifier for the deal
  - `name` string — Deal name
  - `revenue` number — Deal value/revenue
  - `currency` string — Deal currency
  - `close_date` string, date-time — Expected close date
  - `entity_stage_id` integer — Stage identifier
  - `entity_priority_id` integer — Priority identifier
  - `is_committed` boolean — Deal commitment status
  - `created_at` string, date-time — Deal creation timestamp
  - `last_updated_at` string, date-time — Last update timestamp

## Other responses

- `404` — No deals found

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
