---
title: "Get queue status"
method: GET
path: "/api/prompt"
tags: ["prompt"]
---

# Get queue status

`GET /api/prompt`

Returns how many items remain in the execution queue.

## Response `200`

Queue info

- PromptInfo — Summary of a queued or recently-executed prompt, as returned by the queue and history endpoints.
  - `exec_info` object
    - `queue_remaining` integer — Number of items remaining in the queue

## Changes

- **2026-04-24** `a66055fa384e` — 4 info
  - api tag `prompt` added
  - api tag `workflow` removed
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/prompt/get.md)

---

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