Skip to main content
GET
/
emails
/
history
{
  "emails": [
    {
      "message_id": "msg_1234567890abcdef",
      "recipient": "[email protected]",
      "status": "delivered",
      "dsn": "2.0.0",
      "attempt": 1,
      "ts": "2025-01-21T16:30:00Z"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 50,
    "total": 150,
    "total_pages": 3,
    "has_next": true,
    "has_prev": false
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

domain_name
string
required

ID do domínio

page
integer
default:1

Número da página

Required range: x >= 1
limit
integer
default:50

Limite de itens por página

Required range: 1 <= x <= 1000
status
string | null

Filtrar por status

start_date
string | null

Data de início (YYYY-MM-DD)

end_date
string | null

Data de fim (YYYY-MM-DD)

Response

Histórico retornado com sucesso