---
title: "Retrieve a list of organization roles"
method: GET
path: "/organisations/{org_id}/roles"
tags: ["roles"]
---

# Retrieve a list of organization roles

`GET /organisations/{org_id}/roles`

Retrieves a list of roles within an organization.

## Path parameters

- `org_id` string, uuid, required

## Response `200`

Roles retrieved successfully

- OrgRolesListResponseSchema
  - `roles` OrgRoleResponseSchema[]
    - `id` string, uuid
    - `name` string
    - `description` string
    - `organization_id` string, uuid

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
