> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Roles

Retrieve a list of roles in the system.

* **Method:** GET
* **Path:** `/api/v1/roles/`

## Query Parameters

* `skip` (integer, optional): Number of records to skip
* `limit` (integer, optional): Maximum number of records to return

## Response

Returns an array of `Role` objects.

<OpenAPIPlayground endpoint="/api/v1/roles/" method="GET" />
