GET /api/docks
- Gate:
session - Read-only:
true - Destructive:
false - Idempotent:
true
Lists Dock resources visible to the caller: with ?mine=true (or always, for a demo session) the caller’s own org-owned docks at any access mode; otherwise every globally-open dock plus shared docks in networks the caller has joined (private docks of other orgs are never returned). Use ?mine=true for an owner’s fleet management view and omit it for the marketplace/browse view. Supply is presently ~6.3K leftover synthetic rows plus any real docks created via docks_create — there is no live occupancy (?at= is not implemented; status is a stored value).
GET /api/dockssessiontruefalsetrue200 — Visible docks.rooftop401 — Not signed in.500 — Session/auth resolution error, or unhandled server error.