Sazabi
CLI

sazabi status

Command reference for sazabi status.

sazabi status — Show a summary of the status page. Subcommands: incidents, timeline.

sazabi status

Show a summary of the status page

sazabi status <subcommand> [options]
FlagTypeRequiredDescription
--tokenstringNoOverride token
--jsonbooleanNoOutput as JSON
--api-base-urlstringNoOverride API base URL
sazabi status  # Show status page summary
sazabi status --json  # Output as JSON
sazabi status incidents list --active-only  # List ongoing issues
sazabi status timeline <component-id>  # Show component timeline

sazabi status incidents

List status page issues

sazabi status incidents <subcommand>
sazabi status incidents list  # List recent issues
sazabi status incidents list --active-only  # List ongoing issues

sazabi status incidents list

List status page issues in the active project

sazabi status incidents list [options]
FlagTypeRequiredDescription
--tokenstringNoOverride token
--api-base-urlstringNoOverride API base URL
--jsonbooleanNoOutput as JSON
--component-idstringNoFilter issues to a single component
--active-onlybooleanNoOnly show unresolved (ongoing) issues
--limitstringNoMaximum number of issues to return (default: 50, max: 100)
--cursorstringNoPagination cursor from previous response
sazabi status incidents list  # List recent issues
sazabi status incidents list --active-only  # Only ongoing issues
sazabi status incidents list --component-id <id> --json  # Issues for one component

sazabi status timeline

Show the status timeline and issues for a component

sazabi status timeline <component-id> [options]
FlagTypeRequiredDescription
--tokenstringNoOverride token
--api-base-urlstringNoOverride API base URL
--jsonbooleanNoOutput as JSON
--window-startstringNoISO timestamp for timeline window start (defaults to 7 days ago)
--window-endstringNoISO timestamp for timeline window end (defaults to now)
sazabi status timeline <component-id>  # Last 7 days
sazabi status timeline <component-id> --window-start 2026-06-01T00:00:00Z --window-end 2026-06-08T00:00:00Z  # Custom window