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
| Flag | Default | Description |
|---|---|---|
--id ID | — | Document ID (repeat for multiple) |
--queue-file FILE | — | Queue JSON file saved by fissionbox document queue |
--poll-interval SECONDS | 5 | Polling interval |
--no-download | off | Skip downloading artifacts when all documents finish |
--output-dir DIR | ./fissionbox-output | Download destination |
Live Table
The watch table shows:
- ID — Document ID (last 16 chars)
- Name — Document name
- File — Source filename
- Status —
queued,processing,ready, orfailed - 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)