---
title: "Retrieves the collection of Engagement resources."
method: GET
path: "/engagements"
tags: ["Engagement"]
---

# Retrieves the collection of Engagement resources.

`GET /engagements`

Retrieves the collection of Engagement resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Engagement collection

- Engagement[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each engagement
  - `isActive` boolean, nullable — Whether an engagement is active or not
  - `created` string — The date and time the engagement was created
  - `modified` string, nullable — The date and time the engagement was last modified
  - `type` string, nullable — The type of engagement e.g. "MEETING" e.g. "CALL"
  - `contactIds` string[], nullable — A list of IDs for associated contacts records
  - `companyId` string, nullable — The ID of the associated company
  - `dealIds` string[], nullable — A list of IDs for associated deal records

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
