---
title: "/roles"
method: GET
path: "/v1/roles"
tags: ["Roles"]
---

# /roles

`GET /v1/roles`

Get the list of roles available in a workspace (only supports guest roles currently).

Sorted by type ascending.

## Query parameters

- `type` 'guest'

## Response `200`

Default

- object
  - `data` object[]
    - `id` string
    - `name` string
    - `description` string
    - `billable` boolean
    - `type` string

---

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