---
title: "GET /api/v1/organisations/{organisation_pk}/roles/"
method: GET
path: "/api/v1/organisations/{organisation_pk}/roles/"
tags: ["mcp"]
---

# GET /api/v1/organisations/{organisation_pk}/roles/

`GET /api/v1/organisations/{organisation_pk}/roles/`

Retrieves all custom roles defined within the organisation.

## Path parameters

- `organisation_pk` string, required

## Query parameters

- `page` integer

## Response `200`

- PaginatedRoleList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Role[], required
    - `id` integer
    - `name` string, required
    - `description` string, nullable
    - `organisation` integer
    - `tags` integer[]

---

[API](https://skmtc.dev/flagsmith/apis/flagsmith-api.md) · [All operations](https://skmtc.dev/flagsmith/apis/flagsmith-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flagsmith/flagsmith-api/revisions/5a8154d05269/schema)
