Get Email Log
BetaGET
/v1/core/email-logs/{id}This endpoint is idempotent. Learn more
Returns an email log by ID.
idstringEmail log ID.
include[]optional arrayenumValues:sent_bySub-objects to expand in the response. When omitted, sub-objects are returned as null.
idstringEmail log ID.
objectstringenumValues:email_logResource type identifier.
has_sentbooleanWhether the email was sent.
recipientsarray of stringRecipient email addresses.
subjectstringnullableEmail subject line.
filenamestringnullableFilename of any attachment.
ses_message_idstringnullableSES message ID returned by AWS.
sent_byobjectExpandablenullableActor who sent the email. Null when the email was sent by the
system, or when the caller did not request include=sent_by.
idstringActor ID.
objectstringenumValues:actorResource type identifier.
typestringenumValues:userapi_keyagentActor type.
namestringnullableDisplay name.
handlestringnullableHuman-readable handle (email for users, redacted value for API keys, slug for agents).
roleobjectnullableAssigned role.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for Get Email Log