Skip to main content
GET
Read an email thread by Nylas provider_thread_id

Authorizations

x-api-key
string
header
required

Path Parameters

thread_id
string
required

Response

Successful Response

Thread snapshot.

participants is derived from the union of senders / recipients across the thread's messages (lowercased addresses, dedup, order = first-seen).

provider_thread_id
string
required
session_id
string<uuid>
required
subject
string | null
required
message_count
integer
required
last_message_at
string<date-time> | null
required
messages
MessageResponse · object[]
required
participants
string[]