Skip to main content
GET
Node.js SDK

Authorizations

Authorization
string
header
required

API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → Developers → API Keys.

Path Parameters

id
string
required

Campaign ID

Query Parameters

limit
integer

Number of rows to return (max 100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response's nextCursor. Omit for the first page.

status
enum<string>

Filter by delivery or engagement status.

Available options:
delivered,
opened,
clicked,
bounced,
spam_report

Response

Campaign logs

success
boolean
required
data
object
error
string | null