---
title: "Get role page"
method: GET
path: "/role/{role}"
tags: ["roles"]
---

# Get role page

`GET /role/{role}`

Display a page showing the composite role with all inherited permissions resolved

## Path parameters

- `role` string, required

## Response `200`

Role page HTML

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Role not found
- `500` — Internal server error

## Changes

- **2026-02-06** `acda3d3bb85e` — 3 info
  - the endpoint scheme security `BearerAuth` was removed from the API
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
- **2025-11-03** `6a5321fd619a` — 3 info
  - the endpoint scheme security `BearerAuth` was added to the API
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/thand-io/apis/thand-agent-api/changes/role/:role/get.md)

---

[API](https://skmtc.dev/thand-io/apis/thand-agent-api.md) · [All operations](https://skmtc.dev/thand-io/apis/thand-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thand-io/thand-agent-api/revisions/62befb178368/schema)
