Get Thread

Path parameters

thread_idstringRequired
ID of thread.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
inbox_idstring
ID of inbox.
thread_idstring
ID of thread.
event_idstring
Event ID of thread.
labelslist of strings
Labels of thread.
timestampdatetime
Time at which last message was sent.
senderslist of strings

Senders in thread. In format username@domain.com or Display Name <username@domain.com>.

recipientslist of strings

Recipients in thread. In format username@domain.com or Display Name <username@domain.com>.

message_countinteger
Number of messages in thread.
messageslist of objects

Messages in thread. Ordered by sent_at ascending.

subjectstringOptional
Subject of thread.
previewstringOptional
Text preview of last message in thread.
attachmentslist of objectsOptional
Attachments in thread.

Errors