Skip to main content
GET
/
api
/
roles
List Roles Route
curl --request GET \
  --url https://api.example.com/api/roles
{
  "total": 123,
  "roles": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "is_builtin": true,
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

total
integer
required
roles
RoleSummary · object[]
required