---
title: "Get the status of the queue"
method: GET
path: "/queue/{id}"
tags: ["Processing"]
---

# Get the status of the queue

`GET /queue/{id}`

Get the status of the queue

## Path parameters

- `id` string, required

## Response `200`

Ok. Returns the status of the queue

- QueueStatus
  - `progress-percentage` number
  - `status` string
  - `start-date` string, date-time
  - `estimated-remaining-time` number

## Other responses

- `201` — Created. Returns the id of the document and links to generated resources.
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/axa-group/apis/parsr-api.md) · [All operations](https://skmtc.net/axa-group/apis/parsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axa-group/parsr-api/versions/6f6ba1b0f06a/schema)
