---
title: "Get organization role scopes"
method: GET
path: "/api/organization-roles/{id}/scopes"
tags: ["Organization roles"]
---

# Get organization role scopes

`GET /api/organization-roles/{id}/scopes`

Get organization scopes that are assigned to the specified organization role with optional pagination.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

A list of organization scopes.

- object[]
  - `tenantId` string, required
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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