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

# Get engagements

`GET /v1/integrations/engagements`

Get engagements

## Query parameters

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

## Response `200`

Get engagements

- object
  - `data` object[], required
    - `id` string, required
    - `externalId` string, required — The ID of the engagement in the external system (e.g. Salesforce)
    - `engagementType` string, required — The type of the engagement
    - `direction` string — "INBOUND" | "OUTBOUND"
    - `subject` string — The subject of the engagement
    - `content` string — The content of the engagement
    - `startTime` string — The start time of the engagement
    - `startTimeLocalized` string — Localized dateTime of the engagement, without timezone info
    - `endTime` string — The end time of the engagement
    - `createdAt` string, required — The date the engagement was created
    - `updatedAt` string, required — The date the engagement was last updated
    - `recordingId` string — The ID of the recording associated to the engagement
    - `opportunityId` string — The ID of the opportunity associated to the engagement
    - `accountId` string
    - `organizationId` string, required
    - `account` unknown
    - `engagementUsers` 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)
