Read the caller's dashboard preferences for a workspace
Returns every dashboard preference the calling user has set in this workspace, as an object keyed by preference key. A user who has set nothing gets {"prefs": {}} - never a 404, so a client can tell “no preferences” from “preferences unavailable” without branching. Preferences are per user AND per workspace: a second workspace starts its onboarding checklist fresh.
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Path Parameters
Workspace identifier (Universally Unique Identifier version 7)
Response
The caller's preference bag for this workspace
Preference key to value. Values are client-owned and opaque to the server. Absent keys have never been set.