---
title: "Export engagement recipients"
method: GET
path: "/engagements/{engagementId}/recipients/export"
tags: ["Engagement"]
---

# Export engagement recipients

`GET /engagements/{engagementId}/recipients/export`

Export the recipients of a single engagement as CSV (`Content-Type: text/csv`, sent as an attachment
named after the engagement). Accepts the same `filter` query as the recipients list, so a filtered
view (e.g. only recipients who opened) exports exactly what is shown.

## Path parameters

- `engagementId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

## Changes

- **2026-08-21** `93af2e90fb6a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/engagements/:engagementId/recipients/export/get.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
