---
title: "Get an engagement"
method: GET
path: "/v1/integrations/engagements/{id}"
---

# Get an engagement

`GET /v1/integrations/engagements/{id}`

Get an engagement

## Path parameters

- `id` string, required

## Response `200`

Get an engagement

- object
  - `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

---

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