---
title: "List Entitlements"
method: GET
path: "/api/admin/entitlements"
tags: ["admin-entitlements"]
---

# List Entitlements

`GET /api/admin/entitlements`

## Query parameters

- `search` string, nullable
- `feature` string, nullable
- `workspace_id` string, nullable
- `enabled` boolean, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- EntitlementListResponse
  - `items` EntitlementItem[], required
    - `id` string, required
    - `workspace_id` string, required
    - `workspace_name` string, required
    - `feature` string, required
    - `enabled` boolean, required
    - `reason` string, nullable, required
    - `expires_at` string, date-time, nullable, required
    - `granted_by` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `pagination` EntitlementListPagination, required
    - `next_cursor` string, nullable, required
    - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
