1
100Hires
/hires_list_candidate_messages
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 HT
liveunknown~5s typical
mcp100hires
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-100hires-100hires /hires_list_candidate_messages for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Candidate ID (integer) or alias (string). |
| page | number | Page number (1-based). |
| size | number | Number of items per page. |
| is_scheduled | number | Set to 1 to return only scheduled (not yet sent) messages. |
| view | string (summary | full) | Response shape. Default `summary` excludes the HTML body and attachments metadata. Use `fu default "summary" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-100hires-100hires","endpoint":"/hires_list_candidate_messages","input":{"id":"...","view":"summary"}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_list_candidate_messages -i '{"id":"...","view":"summary"}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_list_candidate_messages", input: {"id":"...","view":"summary"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.