100Hires
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

FieldTypeDescription
company_idnumberFilter by company ID. Omit for all accessible companies.
candidate_idnumberFilter applications by candidate ID.
job_idnumberFilter applications by job ID.
stage_idnumberFilter applications by pipeline stage ID. Best used together with job_id.
statusstring (pending | hired | rejected)Filter by application status: pending (active), hired, or rejected.
created_afternumberReturn only applications created at or after this time. Unix timestamp (seconds) or ISO-86
updated_afternumberReturn only applications updated at or after this time. Unix timestamp (seconds) or ISO-86
ai_score_minnumberReturn only applications with ai_score >= this value.
ai_score_maxnumberReturn only applications with ai_score <= this value.
sortstring (created_at | -created_at | ai_score | -ai_score | last_message_at | -last_message_at)Sort order. Prefix with - for descending. Default: -created_at.
includestringComma-separated relations to embed: `candidate`, `cv.text`. **Recommended: `candidate`** f
pagenumberPage number (default 1).
sizenumberItems 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.