---
title: "Get Role Permissions"
method: GET
path: "/roles/{roleId}/permissions"
tags: ["Role"]
---

# Get Role Permissions

`GET /roles/{roleId}/permissions`

Returns all permissions assigned to a role with permission details

## Path parameters

- `roleId` string, required

## Headers

- `tenant-id` string

## Response `200`

Permissions retrieved successfully

- PermissionResponseDto[]
  - `id` string — Permission ID
  - `resource` string — Resource name
  - `action` string — Action name
  - `description` string — Permission description
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad request - Invalid request parameters or missing required headers
- `401` — Authentication required - Valid authentication token is missing or invalid
- `403` — Forbidden - User does not have the required permissions to read role permissions
- `404` — Role not found - The specified role ID does not exist
- `500` — Internal server error - An unexpected error occurred while processing the request

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
