Skip to main content

Status

Display the job queue status with live updates using a BubbleTea TUI:

$ osapi client job status --poll-interval-seconds 5


Queue Status:

┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ STATUS ┃ COUNT ┃
┣━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━┫
┃ Total ┃ 42 ┃
┃ Unprocessed ┃ 5 ┃
┃ Processing ┃ 2 ┃
┃ Completed ┃ 30 ┃
┃ Failed ┃ 5 ┃
┗━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┛

Flags

FlagDescriptionDefault
--poll-interval-secondsInterval between polling operations30

The status view auto-refreshes at the configured interval, showing job counts by status and operation type.