Get Email Send History
GET /admin/history
GET
/admin/history
Returns a maximum of 10 items per request
Authorizations
Parameters
Query Parameters
offset
integer
Responses
200
Successful Operation
object
list
required
List of history entries
Array<object>
object
id
required
Unique identifier for the history entry
string
subject
required
Subject of the sent email
string
sent_at
required
Date and time when the email was sent (ISO 8601 format)
string
error
Error name if an error occurs
string | null
errors
List of errar details
array | null
object
field
required
Name of the field where the error occurred
string
message
required
Error message
string
emails
List of events related to the email sending
array | null
object
email
required
Email address of the recipient
string format: email
type
required
Type of event. e.g. “Delivered” “Bounced” “Blocked” “Complaint”
string
open
required
Indicates whether the email was opened
boolean
marketing
required
Flag indicating if this is a marketing email
boolean
length
required
Total number of history entries in the list
integer
401
Auth exception
object
error
required
Error message
string
429
Rate limits exceeded