1
100Hires
/hires_list_candidate_activities
hires list candidate activities
List timeline activities for a candidate (comments, stage moves, AI responses, etc.). Supports filtering by event type. Recommended size <= 10: copilot response
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_activities for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Candidate ID (integer) or alias (string). |
| page | number | Page number (1-based). |
| size | number | Page size. Values above 100 are rejected with 400. Default 20, max 100. |
| event_type | string | Comma-separated event types to filter. Supported: comment, copilot_response, stage_moved, |
| since | number | Inclusive lower bound on event timestamp. Unix timestamp (seconds) or ISO-8601 string (e.g |
| until | number | Inclusive upper bound on event timestamp. Unix timestamp (seconds) or ISO-8601 string (e.g |
| view | string (summary | full) | Response shape. Default `summary` replaces the largest event payloads (copilot LLM respons 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_activities","input":{"id":"...","view":"summary"}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_list_candidate_activities -i '{"id":"...","view":"summary"}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_list_candidate_activities", input: {"id":"...","view":"summary"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.