---
title: "List all the sent email IDs for a trigger"
method: GET
path: "/triggers/{id}/sent_email_ids"
tags: ["Sent emails"]
---

# List all the sent email IDs for a trigger

`GET /triggers/{id}/sent_email_ids`

## Path parameters

- `id` string, required

## Response `200`

A dictionary with a `sent_email_ids` property which is an array of IDs

- object
  - `sent_email_ids` string[], required — An array of IDs

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
