hires_list_candidate_messages
List email and messaging history for a candidate. Use is_scheduled=1 to filter only pending scheduled messages. Recommended size <= 10: messages include full HTML body; if the response exceeds the budget the tool returns isError:true with error_code=response_too_large and retry hints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Candidate ID (integer) or alias (string). | |
| page | No | Page number (1-based). | |
| size | No | Number of items per page. | |
| view | No | Response shape. Default `summary` excludes the HTML body and attachments metadata. Use `full` only when message body content is needed. | summary |
| is_scheduled | No | Set to 1 to return only scheduled (not yet sent) messages. |