---
title: "Get opportunities"
method: GET
path: "/v1/integrations/opportunities"
---

# Get opportunities

`GET /v1/integrations/opportunities`

Get opportunities

## Query parameters

- `cursor` string
- `recordingId` string
- `externalId` string

## Response `200`

Get opportunities

- object
  - `data` object[], required
    - `id` string, required
    - `externalId` string, required — The ID of the opportunity in the external system (e.g. Salesforce)
    - `name` string, nullable — The name of the opportunity
    - `amount` number — The dollar amount of the opportunity
    - `closedAt` string — The closure date of the opportunity
    - `disposition` string — "WON" | "LOST" | "OPEN"
    - `createdAt` string, required — The date the opportunity was created
    - `updatedAt` string, required — The date the opportunity was last updated
    - `recordingId` string — The ID of the recording associated to the opportunity
    - `accountId` string
    - `organizationId` string, required
    - `account` unknown
    - `opportunityUsers` unknown[]
      - unknown
  - `cursor` union
    - string
    - number
    - unknown
  - `pageSize` number
  - `limit` number
  - `total` number, nullable
  - `hasNextPage` boolean

---

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