UseDocumentation Index
Fetch the complete documentation index at: https://staplehire.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
candidates enrich to start async candidate research, then poll the job and read results with candidates research.
Quickstart
Parameters
| Flag | Required | Description |
|---|---|---|
<candidateId> | Yes | Candidate to enrich |
--prompt <text> | No | Extra research instructions |
--force | No | Start a fresh job when allowed |
Examples
Enrich and extract the summary
Reuse an existing in-flight job
If the response has"created": false, a job is already running. Poll the returned job.id.
Read screening results
Common errors
| Error | Cause | Fix |
|---|---|---|
NotFoundError | Candidate does not exist | Run candidates list or candidates get |
Exit code 9 | Poll timed out | Increase --timeout or check jobs get later |
AuthenticationError | Missing API key | Run staplehire login or set STAPLEHIRE_KEY |
FAQ
Is candidate enrichment synchronous?
No. It creates a job. Poll it before callingcandidates research.
Can I customize the research focus?
Yes. Pass--prompt to candidates enrich.
Where do I read the final research?
Callstaplehire candidates research <candidateId> after the job reaches done.
Related: Add a candidate with the Staplehire CLI · Poll Staplehire CLI jobs · CLI errors