Get Thread

Path parameters

inbox_idstringRequired

ID (address) 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.
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

Addresses of senders in thread. In format username@domain.com or Display Name <username@domain.com>

recipientslist of strings

Addresses of 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.

inbox_idstring

ID (address) of inbox.

organization_idstring

ID of organization.

subjectstringOptional

Subject of thread.

previewstringOptional

Text preview of last message in thread.

attachmentslist of objectsOptional

Attachments in thread.

Errors