Get Thread

Path parameters

inbox_idstringRequired
ID of inbox.
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.
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 timestamp ascending.

updated_atdatetime
Time at which thread was last updated.
created_atdatetime
Time at which thread was created.
subjectstring or null
Subject of thread.
previewstring or null
Text preview of last message in thread.
attachmentslist of objects or null
Attachments in thread.

Errors