1
100Hires
/hires_list_applications
List applications (pipeline view)
List applications across all accessible jobs. Supports filtering by candidate, job, stage, status, AI score range, and date ranges. Use for pipeline analytics,
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_applications for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | number | Filter by company ID. Omit for all accessible companies. |
| candidate_id | number | Filter applications by candidate ID. |
| job_id | number | Filter applications by job ID. |
| stage_id | number | Filter applications by pipeline stage ID. Best used together with job_id. |
| status | string (pending | hired | rejected) | Filter by application status: pending (active), hired, or rejected. |
| created_after | number | Return only applications created at or after this time. Unix timestamp (seconds) or ISO-86 |
| updated_after | number | Return only applications updated at or after this time. Unix timestamp (seconds) or ISO-86 |
| ai_score_min | number | Return only applications with ai_score >= this value. |
| ai_score_max | number | Return only applications with ai_score <= this value. |
| sort | string (created_at | -created_at | ai_score | -ai_score | last_message_at | -last_message_at) | Sort order. Prefix with - for descending. Default: -created_at. |
| include | string | Comma-separated relations to embed: `candidate`, `cv.text`. **Recommended: `candidate`** f |
| page | number | Page number (default 1). |
| size | number | Items per page (default 25, max 100). |
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_applications","input":{}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_list_applications -i '{}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_list_applications", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.