App Logo
welcomekit.co

List candidates of one Welcome to the Jungle job

List all candidates applied to a single Welcome to the Jungle ATS job (its kanban pipeline), including the job's pipeline stages. Scoped to one job at a time — for a text search across every job in the organization at once, use search_all_candidates instead.

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 applied to a single Welcome to the Jungle ATS job (its kanban pipeline), including the job's pipeline stages. Scoped to one job at a time — for a text search across every job in the organization at once, use search_all_candidates instead.
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_job_candidates, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/list_job_candidates
It is part of Reduck's official curated catalogue.

Start building not clicking