# List the registered capabilities (G3-5) **GET /v1/admin/capabilities** Return the runtime-supported capability registry. By default returns ``runtime_supported && status == "GA"``; capabilities entitled to the request's ``org_id`` are unioned in regardless of status. ``?include_all=true`` returns every registered capability (for the docs page). The response shape includes ``runtime_supported``, ``status``, ``cost_class``, and the ``requires_*`` flags so the portal can decide what to show in the Sections editor vs the docs page, plus a top-level ``entitlements`` list when ``org_id`` resolves any override rows. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Http bearer ## Parameters ### Query parameters - **org_id** (string | null) Optional org id. When set, the response applies any capability_entitlements Beta overrides for that org and unions promoted Beta capabilities into the list. - **include_all** (boolean) Skip the runtime_supported && status==GA filter and return every registered capability. Used by the docs page to render the full roadmap, including 'coming soon'. ## Responses ### 200 Successful Response #### Body: application/json (object) - **capabilities** (array[object]) - **entitlements** (array[object]) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)