Skip to main content
Reserved — this name is approved and frozen, but the production route is not yet built. A full reference implementation exists in the sandbox — see the servers entry and x-sandbox extension in the spec.

GET /api/v1/docks/{dockId}/commands/{commandId}

  • Gate: session
  • Read-only: true
  • Destructive: false
  • Idempotent: true

Parameters

Responses

200 — Current command status.

401 — Not signed in.

403 — The caller lacks entitlement on this dock.

404 — No such command (or dock).

429 — Too many requests from this IP.

503 — The command-state store is fail-closed unavailable, so no command status can be read.

Errors