App Logo
welcomekit.co

List job candidates

List all candidates of one ATS job. Returns candidates (reference, name, email, phone, linkedin, stage, votes, resumeUrl, dates) and the job's stages. reference is the join key for get_candidate and download_cv.

Input

org required

Organization reference as it appears in your dashboard URL https://www.welcomekit.co/dashboard/o/<org>/ (6-char code).

jobReference required

Job reference from list_jobs, format: <ORGPREFIX>_<7 alphanumeric>

page optional
Default: 1
perPage optional
Default: 100

Output

stages required

The job's pipeline columns (stage_id join key)

candidates required
jobReference required
org optional
page optional
jobName optional
perPage optional

FAQ

List all candidates of one ATS job. Returns candidates (reference, name, email, phone, linkedin, stage, votes, resumeUrl, dates) and the job's stages. reference is the join key for get_candidate and download_cv.
Required: jobReference, org. Optional: page, perPage.
It returns org, page, stages, jobName, perPage, candidates, jobReference.
Yes. It acts as you on welcomekit.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the welcomekit.co cookies saved by the Reduck extension.
It only reads. It looks things up on welcomekit.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/welcomekit.co/list_candidates, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/list_candidates
It is part of Reduck's official curated catalogue.

Start building not clicking