Skip to main content
GET
List emails

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Query Parameters

Search emails by recipient address.

status
string

Filter by email status (e.g. delivered, bounced).

domain_id
string<uuid>

Filter by sending domain ID.

start_date
string<date>

Filter emails sent after this date (YYYY-MM-DD).

end_date
string<date>

Filter emails sent before this date (YYYY-MM-DD).

Response

A paginated list of emails

data
object[]
meta
object