Skip to main content

Watch

Live-polls document processing status with a rich table showing ID, name, file, status, elapsed time, chunks, images, and available artifacts. Downloads all artifacts automatically when every document finishes.

Usage

From a queue file

fissionbox document watch \
--queue-file fissionbox-queue.json \
--output-dir ./fissionbox-output

From explicit document IDs

fissionbox document watch \
--id art-abc123 \
--id art-def456

Watch only — no download

fissionbox document watch \
--queue-file fissionbox-queue.json \
--no-download

Options

FlagDefaultDescription
--id IDDocument ID (repeat for multiple)
--queue-file FILEQueue JSON file saved by fissionbox document queue
--poll-interval SECONDS5Polling interval
--no-downloadoffSkip downloading artifacts when all documents finish
--output-dir DIR./fissionbox-outputDownload destination

Live Table

The watch table shows:

  • ID — Document ID (last 16 chars)
  • Name — Document name
  • File — Source filename
  • Statusqueued, processing, ready, or failed
  • Elapsed — Time since queued
  • Chunks — Number of text chunks (when ready)
  • Images — Number of extracted images (when ready)
  • Artifacts — Available artifact types (response, markdown, chunks, images, annotated-pdf)