Find Email Send History By ID
GET /admin/history/{message_id}
GET
/admin/history/{message_id}
Authorizations
Parameters
Path Parameters
message_id
required
string
Responses
200
Successful Operation
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
401
Auth exception
object
error
required
Error message
string
429
Rate limits exceeded