---
title: "List Licenses for Subscription"
method: GET
path: "/v1/subscriptions/{id}/licenses"
tags: ["Licenses"]
---

# List Licenses for Subscription

`GET /v1/subscriptions/{id}/licenses`

Lists all licenses associated with a specific subscription. This endpoint is paginated.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK. Returns an array of licenses associated with the specified subscription.

- License[]
  - `userId` integer, required — User ID
  - `subscriptionId` string, uuid, required — Subscription ID
  - `created` string, date-time, required — Date and time when the license was granted

## Other responses

- `403` — Forbidden. Occurs when the user is not authorized to view licenses or the subscription does not exist.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
