---
title: "get queue position for a job"
method: GET
path: "/w/{workspace}/jobs/queue/position/{scheduled_for}"
tags: ["job"]
---

# get queue position for a job

`GET /w/{workspace}/jobs/queue/position/{scheduled_for}`

## Path parameters

- `workspace` string, required
- `scheduled_for` integer, required — The scheduled for timestamp in milliseconds

## Response `200`

queue position information

- object
  - `position` integer — The position in queue (1-based), null if not in queue or already running

---

[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)
