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]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--json | boolean | No | Output as JSON |
--api-base-url | string | No | Override 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 timelinesazabi 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 issuessazabi status incidents list
List status page issues in the active project
sazabi status incidents list [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--component-id | string | No | Filter issues to a single component |
--active-only | boolean | No | Only show unresolved (ongoing) issues |
--limit | string | No | Maximum number of issues to return (default: 50, max: 100) |
--cursor | string | No | Pagination 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 componentsazabi status timeline
Show the status timeline and issues for a component
sazabi status timeline <component-id> [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--window-start | string | No | ISO timestamp for timeline window start (defaults to 7 days ago) |
--window-end | string | No | ISO 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