Get Thread
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
thread_id
ID of thread.
Response
This endpoint returns an object.
inbox_id
ID of inbox.
thread_id
ID of thread.
labels
Labels of thread.
timestamp
Timestamp of last sent or received message.
received_timestamp
Timestamp of last received message.
sent_timestamp
Timestamp of last sent message.
senders
Senders in thread. In format username@domain.com or Display Name <username@domain.com>.
recipients
Recipients in thread. In format username@domain.com or Display Name <username@domain.com>.
last_message_id
ID of last message in thread.
message_count
Number of messages in thread.
size
Size of thread in bytes.
updated_at
Time at which thread was last updated.
created_at
Time at which thread was created.
messages
Messages in thread. Ordered by timestamp ascending.
subject
Subject of thread.
preview
Text preview of last message in thread.
attachments
Attachments in thread.
