---
title: "Get workspace entitlements"
method: GET
path: "/api/v1/public/workspace/entitlements"
tags: ["public"]
---

# Get workspace entitlements

`GET /api/v1/public/workspace/entitlements`

Return enabled product capabilities and expiry state without billing internals.

## Response `200`

Successful Response

- PublicWorkspaceEntitlements
  - `items` PublicWorkspaceEntitlement[], required
    - `feature` string, required
    - `enabled` boolean, required
    - `active` boolean, required
    - `expiresAt` string, date-time, nullable
  - `count` integer, required
  - `appUrl` string, required
  - `docsUrl` string, required

---

[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/2a1adc380310/schema)
