BUILD / list-queued-prompts-with-queue-in-grok-build

Build

List queued prompts with /queue in Grok Build

List queued prompts with /queue in Grok Build

/queue lists the prompts waiting behind the turn that is running now. Official: Modes and Commands.

See the queue

  1. Open a Grok Build TUI session.
  2. While a turn is still running, type /queue and send.
  3. Read the prompts lined up behind the active turn.

Queue the next prompt without waiting

Control What it does
Ctrl+; or Ctrl+' Toggle the prompt queue (Keyboard Shortcuts)
Type while a turn runs Queue another prompt so it starts when the current turn finishes
/queue Inspect what is already waiting

Cancel the running turn with Esc or Ctrl+C when you want the queue to advance sooner.

Pitfalls

  • Expecting /queue to list background /loop tasks or /tasks jobs — those live under /tasks, not the prompt queue.
  • Confusing the prompt queue with session history (/sessions, /resume) — /queue is only prompts waiting behind the live turn.