---
title: "List safe engagement summaries for one lead."
method: GET
path: "/customer/leads/{leadId}/engagements"
tags: ["Customer REST"]
---

# List safe engagement summaries for one lead.

`GET /customer/leads/{leadId}/engagements`

## Path parameters

- `leadId` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string
- `engagementType` 'LIKE' | 'COMMENT' | 'REPOST'
- `monitoredProfileId` string, uuid
- `postId` string, uuid
- `dateFrom` string, date-time
- `dateTo` string, date-time

## Response `200`

Engagement page.

- PageEnvelope
  - `data` object[], required
  - `page` object, required
    - `limit` integer, required
    - `cursor` string, nullable
    - `nextCursor` string, nullable, required

## Other responses

- `400` — Request failed boundary validation.
- `401` — Invalid, expired, or revoked API key.
- `404` — Resource not found for the key workspace.

---

[API](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1.md) · [All operations](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill-growth/traxy-customer-api-and-mcp-v1/revisions/5ea23c14f8cf/schema)
