Skip to content

List logs for the authenticated account

GET
/logs
limit
number

Maximum number of logs to return (default

cursor
string

Pagination cursor for next page

Successful response

object
messages
required
Array<object>
object
trackingId
required
string
eventType
required
string
timestamp
required
string
epochMs
required
number
inbox
string
from
string
fromName
string
subject
string
to
Array<string>
cc
Array<string>
bcc
Array<string>
replyTo
string
bodyText
string
bodyHtml
string
attachments
Array<object>
object
filename
required
string
contentType
required
string
size
required
number
contentId
string
messageId
string
inReplyTo
string
references
string
resolutionType
string
Allowed values: reply builtin custom
nextCursor
string

Bad Request

Unauthorized

Internal Server Error