---
title: "List Global Roles"
method: GET
path: "/api/platform/roles"
tags: ["platform"]
---

# List Global Roles

`GET /api/platform/roles`

## Response `200`

Successful Response

- GlobalRolesListResponse
  - `items` GlobalRoleSummary[]
    - `slug` string, required
    - `displayName` string, required
    - `description` string, nullable
    - `source` 'system'
    - `referencedBundles` GlobalRoleBundleRef[]
      - `applicationId` string, required
      - `bundleSlug` string, required
    - `overrides` object
    - `effective` object
    - `coveredApplicationIds` string[]
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
