---
title: "Gets a job's position details."
method: GET
path: "/routing/jobs/{jobId}/position"
---

# Gets a job's position details.

`GET /routing/jobs/{jobId}/position`

Gets a job's position details.

## Path parameters

- `jobId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- RouterJobPositionDetails — Position and estimated wait time for a job.
  - `jobId` string, required — Id of the job these details are about.
  - `position` integer, required — Position of the job in question within that queue.
  - `queueId` string, required — Id of the queue this job is enqueued in.
  - `queueLength` integer, required — Length of the queue: total number of enqueued jobs.
  - `estimatedWaitTimeMinutes` number, double, required — Estimated wait time of the job rounded up to the nearest minute.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/communication-jobrouter.md) · [All operations](https://skmtc.net/azure/apis/communication-jobrouter/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/communication-jobrouter/revisions/c06e8f55d8b7/schema)
