---
title: "List license fields for a given appId."
method: GET
path: "/app/{app_id}/license-fields"
tags: ["apps"]
---

# List license fields for a given appId.

`GET /app/{app_id}/license-fields`

Required RBAC Policy: kots/app/[:appid]/licensefields/read

## Path parameters

- `app_id` string, required

## Response `200`

ListLicenseFieldsResponse contains the list of license fields

- EntitlementField[]
  - `default` string
  - `hidden` boolean
  - `name` string
  - `required` boolean
  - `title` string
  - `type` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
