---
title: "GET /guilds/{guild_id}/roles"
method: GET
path: "/guilds/{guild_id}/roles"
---

# GET /guilds/{guild_id}/roles

`GET /guilds/{guild_id}/roles`

## Response `200`

200 response for list_guild_roles

- GuildRoleResponse[]
  - `id` string, snowflake, required
  - `name` string, required
  - `permissions` string, required
  - `position` integer, required
  - `color` integer, required
  - `colors` GuildRoleColorsResponse, required
    - `primary_color` integer, required
    - `secondary_color` integer, nullable, required
    - `tertiary_color` integer, nullable, required
  - `hoist` boolean, required
  - `managed` boolean, required
  - `mentionable` boolean, required
  - `icon` string, nullable, required
  - `unicode_emoji` string, nullable, required
  - `tags` GuildRoleTagsResponse
    - `premium_subscriber` unknown
    - `bot_id` string, snowflake
    - `integration_id` string, snowflake
    - `subscription_listing_id` string, snowflake
    - `available_for_purchase` unknown
    - `guild_connections` unknown
  - `flags` integer, required

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-06-05** `693bf1f99bba` — 1 breaking
  - removed the required property `items/description` from the response with the `200` status
- **2026-02-04** `e200830e509a` — 5 info
  - the response property `items/colors/secondary_color` became required for the status `200`
  - the response property `items/colors/tertiary_color` became required for the status `200`
  - the response property `items/description` became required for the status `200`
  - the response property `items/icon` became required for the status `200`
  - …1 more

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/guilds/:guild_id/roles/get.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/49efa428e0dd/schema)
