Email Logs
Email logs
Authorizations
Api-TokenstringRequired
API token in Api-Token header
Path parameters
account_idintegerRequiredExample:
Account ID
1Query parameters
search_afterstring · uuidOptional
Cursor for the next page (message_id UUID from previous response next_page_cursor).
Responses
200
Success
application/json
total_countintegerRequired
Total number of messages matching the filters (before pagination).
next_page_cursorstring · uuid · nullableRequired
Message UUID to use as search_after for the next page. Null if no more pages.
400
Bad request - invalid parameters.
application/json
401
Unauthorized. Check your API credentials.
application/json
404
Resource not found
application/json
429
Rate limit exceeded for the current account.
application/json
get
/api/accounts/{account_id}/email_logsAuthorizations
Api-TokenstringRequired
API token in Api-Token header
Path parameters
account_idintegerRequiredExample:
Account ID
1sending_message_idstring · uuidRequired
Message UUID
Responses
200
Success
application/json
message_idstring · uuidOptional
statusstring · enumOptionalPossible values:
subjectstring · nullableOptional
fromstringOptional
tostringOptional
sent_atstring · date-timeOptional
client_ipstring · nullableOptional
categorystring · nullableOptional
custom_variablesobjectOptional
sending_streamstring · enumOptionalPossible values:
sending_domain_idintegerOptional
template_idinteger · nullableOptional
template_variablesobjectOptional
opens_countintegerOptional
clicks_countintegerOptional
raw_message_urlstring · uriOptional
Signed URL to download raw .eml message (temporary).
401
Unauthorized. Check your API credentials.
application/json
404
Resource not found
application/json
429
Rate limit exceeded for the current account.
application/json
get
/api/accounts/{account_id}/email_logs/{sending_message_id}Last updated
Was this helpful?

