sourcing start enqueues an AI sourcing job that finds prospects for a role. Like enrichment, it’s async: start the job, poll it, then list prospects with sourcing prospects.
The start → poll → list pattern
1
Start sourcing
2
Poll until done
3
List the prospects
Always read prospects with
sourcing prospects — not from the jobs poll output.Parameters
Examples
Keep only strong fits
Avoid duplicate sourcing jobs
Ifcreated is false, a sourcing job is already running for the role. Poll the returned job.id instead of starting another.
Common errors
FAQ
Does sourcing return results immediately?
Does sourcing return results immediately?
No. Sourcing is asynchronous — poll the job, then call
sourcing prospects.Can I steer the search?
Can I steer the search?
Yes. Pass
--prompt to sourcing start to focus the sourcing job.What is `sourcing list`?
What is `sourcing list`?
A deprecated alias for
sourcing prospects.