---
title: "List sequence events"
method: GET
path: "/metrics/sequences/{sequenceId}/events"
tags: ["Analytics"]
---

# List sequence events

`GET /metrics/sequences/{sequenceId}/events`

Returns paginated raw email events for every email step in a sequence, or for one step via automationNodeId. Defaults to delivery events. This is the per-recipient stream; for per-step totals read the steps array of the sequence metrics endpoint or GET /metrics/emails.

## Path parameters

- `sequenceId` string, required

## Query parameters

- `automationNodeId` string
- `eventType` 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'unsubscribe' | 'delivery_delay' | 'transport_failure'
- `eventTypes` string
- `period` '1h' | '24h' | '7d' | '30d' | '90d'
- `start` string, date-time
- `end` string, date-time
- `page` integer
- `limit` integer
- `includeMachineEngagement` boolean

## Response `200`

Success

- object
  - `success` boolean
  - `sequenceId` string
  - `automationNodeIds` string[]
  - `eventTypes` string[]
  - `events` EmailEvent[]
    - `id` string
    - `emailSendId` string
    - `companyId` string
    - `campaignId` string, nullable — Campaign ID for campaigns, or automation email node ID for sequence events.
    - `transactionalEmailId` string, nullable
    - `subscriberId` string, nullable
    - `email` string, nullable
    - `emailName` string, nullable
    - `emailType` 'campaign' | 'sequence' | 'transactional', nullable
    - `abTestId` string, nullable
    - `abTestVariantId` string, nullable
    - `eventType` 'send' | 'delivery' | 'bounce' | 'complaint' | 'open' | 'click' | 'unsubscribe' | 'delivery_delay' | 'transport_failure'
    - `bounceType` string, nullable
    - `bounceSubType` string, nullable
    - `complaintType` string, nullable
    - `clickedUrl` string, nullable
    - `ipAddress` string, nullable
    - `userAgent` string, nullable
    - `countryCode` string, nullable
    - `metadata` object
    - `eventTime` string, date-time
  - `pagination` Pagination
    - `page` integer
    - `limit` integer
    - `total` integer
    - `totalPages` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Sequence not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
