GET /v1/threads/{id}
A thread bundles the inbound message and every outbound reply into one ordered conversation. Each entry in messages carries its direction, current status, and — for replies — the repliesToMessageId that links it to its parent.
Path parameters
string
required
The thread id, for example
thr_01HZ9D8S3M.Request
Response
200 OK — the thread plus its messages, ordered oldest first.
Replying in-thread. To answer a message in the conversation, reply to its message id — From, To, subject, and threading headers are filled in for you. See Reply.
