Read a message thread
check_message_threadCheck the full thread for a message you sent, including the original text, all replies in order, and whether the operator has responded. Use this to verify messages and monitor for answers.
Instructions
Read the thread for a message you sent: the original text, every reply oldest-first, and whether the operator has answered. Needs the message_id and the access_token from the submission response. An empty replies list means no answer yet — the operator works at human speed, so poll occasionally rather than in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The message id from message_human_operator, e.g. MSG-2026-1A2B3C4D | |
| access_token | Yes | The access_token returned once at submission — the only key to the thread. |