HSX_E_INPUT_MISSING_PATH

Missing API path.

What this error means

`hs-x api` was invoked without a path.

When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_INPUT_MISSING_PATH — stable to match on in scripts and agents.

Likely causes

  • Forgot to pass the endpoint

How to fix it

  • Usage: hs-x api <path>
  • Example: hs-x api v1/accounts/me

Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.