---
title: "list all queued jobs"
method: GET
path: "/w/{workspace}/jobs/queue/list"
tags: ["job"]
---

# list all queued jobs

`GET /w/{workspace}/jobs/queue/list`

## Path parameters

- `workspace` string, required

## Query parameters

- `order_desc` boolean
- `created_by` string
- `parent_job` string, uuid
- `worker` string
- `script_path_exact` string
- `script_path_start` string
- `schedule_path` string
- `trigger_path` string
- `trigger_kind` string
- `script_hash` string
- `started_before` string, date-time
- `started_after` string, date-time
- `success` boolean
- `scheduled_for_before_now` boolean
- `job_kinds` string
- `suspended` boolean
- `running` boolean
- `args` string
- `result` string
- `allow_wildcards` boolean
- `tag` string
- `page` integer
- `per_page` integer
- `all_workspaces` boolean
- `is_not_schedule` boolean

## Response `200`

All queued jobs

- QueuedJob[]
  - `workspace_id` string
  - `id` string, uuid, required
  - `parent_job` string, uuid
  - `created_by` string
  - `created_at` string, date-time
  - `started_at` string, date-time
  - `scheduled_for` string, date-time
  - `running` boolean, required
  - `script_path` string
  - `script_hash` string
  - `args` ScriptArgs — The arguments to pass to the script or flow
  - `logs` string
  - `raw_code` string
  - `canceled` boolean, required
  - `canceled_by` string
  - `canceled_reason` string
  - `last_ping` string, date-time
  - `job_kind` 'script' | 'preview' | 'dependencies' | 'flowdependencies' | 'appdependencies' | 'flow' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlestepflow' | 'flowscript' | 'flownode' | 'appscript' | 'aiagent' | 'unassigned_script' | 'unassigned_flow' | 'unassigned_singlestepflow', required
  - `schedule_path` string
  - `permissioned_as` string, required — The user (u/userfoo) or group (g/groupfoo) whom the execution of this script will be permissioned_as and by extension its DT_TOKEN.
  - `flow_status` FlowStatus — unresolved $ref
  - `workflow_as_code_status` WorkflowStatus
    - `scheduled_for` string, date-time
    - `started_at` string, date-time
    - `duration_ms` number
    - `name` string
  - `raw_flow` FlowValue — unresolved $ref
  - `is_flow_step` boolean, required
  - `language` 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp' | 'nu' | 'java' | 'ruby' | 'rlang' | 'duckdb' | 'bunnative' | 'dbt'
  - `email` string, required
  - `visible_to_owner` boolean, required
  - `mem_peak` integer
  - `tag` string, required
  - `priority` integer
  - `self_wait_time_ms` number
  - `aggregate_wait_time_ms` number
  - `suspend` number
  - `preprocessed` boolean
  - `is_retry` boolean
  - `trigger_kind` 'webhook' | 'default_email' | 'email' | 'schedule' | 'http' | 'websocket' | 'postgres' | 'kafka' | 'nats' | 'mqtt' | 'amqp' | 'sqs' | 'gcp' | 'azure' | 'google' | 'github' | 'asset' | 'freshness' | 'app' | 'ui' — job trigger kind (schedule, http, websocket...)
  - `worker` string

## Changes

> 176 revisions in range; 10 could not be searched.

- **2026-08-01** `33c26da1e324` — 1 warning
  - added the new `dbt` enum value to the `items/language` response property for the response status `200`
- **2026-07-31** `d3e30398fd37` — 1 info
  - added the optional property `items/trigger_kind` to the response with the `200` status
- **2026-06-25** `ff598ab8c246` — 1 info
  - added the optional property `items/is_retry` to the response with the `200` status

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/jobs/queue/list/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
