# 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.

- Site: welcomekit.co
- Address: `reduck/welcomekit.co/list_job_candidates`
- Updated: 2026-09-18 (v4)
- Author: Reduck AI (reduck)

## Run it

Ask an AI agent connected to Reduck over MCP (`https://mcp.reduck.ai/mcp`) to run `reduck/welcomekit.co/list_job_candidates`, or run it from a terminal:

```bash
npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/list_job_candidates
```

## Input

- `org` (string, required): Organization reference as it appears in your dashboard URL https://www.welcomekit.co/dashboard/o/<org>/ (6-char code).
- `jobReference` (string, required): Job reference from list_jobs, format: <ORGPREFIX>_<7 alphanumeric>
- `page` (integer, optional)
- `perPage` (integer, optional)

## Output

- `stages` (array, required): The job's pipeline columns (stage_id join key)
- `candidates` (array, required)
- `jobReference` (string, required)
- `org` (string, optional)
- `page` (integer, optional)
- `jobName` (string | null, optional)
- `perPage` (integer, optional)

## FAQ

### What does "List candidates of one Welcome to the Jungle job" do?

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.

### What information do I need to provide?

Required: jobReference, org. Optional: page, perPage.

### What does it return?

It returns org, page, stages, jobName, perPage, candidates, jobReference.

### Do I need to be logged in to welcomekit.co?

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.

### Does it change anything on welcomekit.co, or only read data?

It only reads. It looks things up on welcomekit.co and changes nothing there.

### How do I run it?

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

### Who maintains it?

It is part of Reduck's official curated catalogue.

Source: https://reduck.ai/explore/scripts/reduck/welcomekit.co/list_job_candidates
