# List entitlements

Retrieves a list of entitlements wrapped in the element "results".

Endpoint: GET /v3/entitlements
Version: 2026-06-12
Security: ZephrHmacHttp

## Response 200 fields (application/json):

  - `label` (string)
    Example: "Test entitlement"

  - `description` (string)
    Example: "This is an entitlement"

  - `auto_assign` (string)
    Example: "none"


