---
title: "List trigger events"
method: GET
path: "/v1/connect/{project_id}/deployed-triggers/{trigger_id}/events"
---

# List trigger events

`GET /v1/connect/{project_id}/deployed-triggers/{trigger_id}/events`

Retrieve recent events emitted by a deployed trigger

## Query parameters

- `external_user_id` string, required
- `n` integer

## Headers

- `x-pd-environment` 'development' | 'production', required — The environment in which the server client is running

## Response `200`

trigger events retrieved

- GetTriggerEventsResponse — Response received when retrieving trigger events
  - `data` EmittedEvent[], required
    - `e` object, required — The event's payload
    - `k` string, required — The event's type (set to 'emit' currently)
    - `ts` integer, required — The event's timestamp in epoch milliseconds
    - `id` string, required — The event's unique ID
    - `sum` string, nullable — A short summary of the event's payload

## Other responses

- `429` — too many requests

---

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