---
title: "List Roles"
method: GET
path: "/organizations/roles"
---

# List Roles

`GET /organizations/roles`

List Yuno default and organization custom roles.

## Response `200`

OK

- object[]
  - `id` string
  - `name` string
  - `description` string, nullable
  - `admin` boolean
  - `permission_ids` string[]
  - `testing_permission_ids` string[]
  - `role_type` 'account' | 'organization'
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
