---
title: "Get Roles"
method: GET
path: "/auth/roles"
tags: ["Authentication"]
---

# Get Roles

`GET /auth/roles`

## Response `200`

Successful Response

- Role[]
  - `id` string, required
  - `key` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `created_at` union
    - string
    - string, date-time
  - `updated_at` union
    - string
    - string, date-time
  - `permissions` string[]

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/versions/8aea6143d003/schema)
