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 status

Pipe to JSON for monitoring scripts:

l4 status --json

Use 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.

On this page