---
title: "List Org Roles"
method: GET
path: "/v1/orgs/{org_id}/roles"
tags: ["v1-orgs"]
---

# List Org Roles

`GET /v1/orgs/{org_id}/roles`

List available roles for the organization.

Returns all org-level roles (owner, admin, member, viewer) that can be
assigned to users or API keys.

Requires: User must be a member of the org (any role).

Returns:
    List of role objects with id, role_key, name, description, permissions

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

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