---
title: "List integration activity"
method: GET
path: "/integrations/activity"
tags: ["Integrations"]
---

# List integration activity

`GET /integrations/activity`

Recent integration webhook and sync activity, newest first. Retained for 24 hours. Payloads are sanitized when written, so no credentials or signatures appear. Requires the account:read and subscribers:read scopes.

## Query parameters

- `integrationId` string
- `provider` string
- `status` 'received' | 'queued' | 'processed' | 'skipped' | 'failed'
- `limit` integer

## Response `200`

Activity returned

- object
  - `success` boolean
  - `windowHours` integer
  - `note` string
  - `activity` IntegrationActivityEntry[]
    - `id` string
    - `provider` string
    - `integrationId` string, nullable
    - `source` string
    - `action` string
    - `status` 'received' | 'queued' | 'processed' | 'skipped' | 'failed'
    - `eventType` string, nullable
    - `providerEventId` string, nullable
    - `jobId` string, nullable
    - `subscriberId` string, nullable
    - `email` string, nullable — The contact the event was matched to, or null when none could be resolved.
    - `externalId` string, nullable
    - `message` string, nullable
    - `error` string, nullable
    - `requestPayload` object, nullable — Sanitized provider request metadata captured for diagnosis.
    - `responsePayload` object, nullable — Sanitized processing result metadata captured for diagnosis.
    - `receivedAt` string, date-time, nullable
    - `processedAt` string, date-time, nullable
    - `expiresAt` string, date-time
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Missing required API key scope (account:read and subscribers:read are required)

---

[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)
