Get Thread

Authentication

AuthorizationBearer

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

Path Parameters

thread_idstringRequired
ID of thread.

Response

This endpoint returns an object.
inbox_idstring
ID of inbox.
thread_idstring
ID of thread.
labelslist of strings
Labels of thread.
timestampdatetime
Timestamp of last sent or received message.
received_timestampdatetime
Timestamp of last received message.
sent_timestampdatetime
Timestamp of last sent message.
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>.

last_message_idstring
ID of last message in thread.
message_countinteger
Number of messages in thread.
sizeinteger
Size of thread in bytes.
updated_atdatetime
Time at which thread was last updated.
created_atdatetime
Time at which thread was created.
messageslist of objects

Messages in thread. Ordered by timestamp ascending.

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