Fetch all events history for one particular received email.

This endpoint will show the list of all events history for one particular received email.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

uuidstringRequired
UUID to fetch events specific to received email

Response

Detailed information and event history for the specified received email.
attachmentslist of objectsOptional
List of attachments of the email. This will be present only after the processing is done.
deliveredAtdatetime or nullOptional

Date when email was delivered successfully to the client’s webhook

logslist of objectsOptional

List of events/logs that describe the lifecycle of the email on the Brevo platform

messageIdstringOptional

Value of the Message-ID header. This will be present only after the processing is done.

receivedAtdatetimeOptional
Date when email was received on SMTP relay
recipientstringOptionalformat: "email"

Recipient’s email address

senderstringOptionalformat: "email"

Sender’s email address

subjectstringOptional
Value of the Subject header. This will be present only after the processing is done.

Errors

400
Bad Request Error
404
Not Found Error