CLICommands
l4 status
l4 status gives you a fast view of the API's health and your account's current evaluation state — useful as a pre-flight check before running heavier commands or as a CI smoke test.
l4 statusPipe to JSON for monitoring scripts:
l4 status --jsonUse with --quiet for a boolean health check:
l4 status --quiet && echo "API healthy" || echo "API unhealthy"Exit codes follow the standard CLI exit conventions: 0 on success, non-zero on failure.
Related
l4 whoami— identity and organization context/api-reference/health— underlying health endpoints