Skip to main content

Mail logs

Paginated delivery rows for the authenticated user.

GET /v1/mail-logs

List mail logs Paginated delivery rows. Query: page (default 1), page_size (default 20, max 100), campaign_id, account_id, campaign_run_id, status (pending | sending | sent | failed | deferred).

Response fields

  • data (MailLogRow[]) — Rows with optional joined campaign_title, account_name, …
  • page (number) — Current page.
  • page_size (number) — Page size.
  • total (number) — Total matching rows.

Examples

200 — OK

cURL

Related topics

DartGoNodejsPhpPython