---
title: "List & Search SBOM"
method: GET
path: "/licenses"
---

# List & Search SBOM

`GET /licenses`

Returns a list of licenses

## Query parameters

- `page` integer
- `per_page` integer
- `search` string — The search term to filter on
- `scope` 'all' | 'only_dev_deps' | 'exclude_dev_deps'

## Response `200`

A list of licenses

- object[]
  - `package_name` string — The full package name including the version
  - `license_type` string — The license type
  - `language` string — The programming language of the package
  - `risk` string — The legal risk level of the license
  - `code_repo_id` integer — The code repository ID
  - `code_repo_name` string — The code repository name
  - `container_repo_id` integer — The container repository ID
  - `container_repo_name` string — The container repository name
  - `location` string — The location
  - `purl` string — The PURL

---

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