---
title: "List Ref Licenses"
method: GET
path: "/ref-licenses"
tags: ["Ref Licenses"]
---

# List Ref Licenses

`GET /ref-licenses`

Returns a paginated list of reference licenses. Results can be filtered by name.

## Query parameters

- `limit` integer
- `page` integer
- `include` string[]
- `name` string

## Response `200`

Success

- object
  - `has_more` boolean — Indicates if there are more results available beyond the current page.
  - `data` RefLicense[]
    - `id` string, required — id of the License
    - `name` string, required — Name of the License
    - `entity_requirements` string, nullable — Entity-level requirements for the license. Only returned to users with the required permission.
    - `legal_notes` string, nullable — Legal notes on the license. Only returned to users with the required permission.
    - `notes` string, nullable — General notes on the license. Only returned to users with the required permission.
    - `ownership_requirements` string, nullable — Ownership requirements for the license. Only returned to users with the required permission.
    - `source` string, nullable — Source reference for the license information. Only returned to users with the required permission.
    - `filing_authority` FilingAuthority
      - `id` string, required — id of the Filing Authority
      - `name` string, required — Name of the Filing Authority

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden - User does not have API access

---

[API](https://skmtc.net/harborcompliance/apis/harbor-compliance-api.md) · [All operations](https://skmtc.net/harborcompliance/apis/harbor-compliance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harborcompliance/harbor-compliance-api/revisions/f9302ec2ef8a/schema)
