Get My Permissions
Return the authenticated user’s effective permission flags for a board.
Flags are resolved via resolve_permissions(agent_flags, preset_flags, board_overrides) — the exact same path used by runtime permission
checks. Board overrides that restrict flags (ceiling model) appear as
False.
Legacy agents (permissions column non-null, flat list) are mapped
through map_legacy_permissions first. Agents with no granular data
at all default to the full registry (True for everything), matching the
historical “full access” compat path.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Board to resolve permissions against