Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

checks view

Show the status and recent results of one health check.
Prints the check config, current state (up, down, alerting, disabled), 24h uptime, and a table of the most recent runs with status code, latency, and error message. For the latest failure it also prints the stored response body (truncated to 16KB by the worker), which usually explains why the endpoint is down.
Get the check ID from strada checks list. Results come from the otel_health_checks table; use strada query for custom SQL.

Usage

strada checks view <id>

Arguments

ArgumentRequiredDescription
<id>Yesid

Options

OptionDefaultDescription
-n, --limit [count]-Number of recent runs to show (default: 20)
--json-Print raw JSON

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number

Examples

strada checks view 01M3BS7NRAP1WVD4DBQCM7X2T3
strada checks view 01M3BS7NRAP1WVD4DBQCM7X2T3 -n 100