Retrieve 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.
send_statusstringenumValues:sentpendingEmail send status.
recipientsarray of stringRecipient email addresses.
subjectstringnullableEmail subject line.
filenamestringnullableFilename of any attachment.
sent_byobjectExpandablenullableActor who sent the email. Null when the email was sent by the system.
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 Retrieve Email Log