---
title: "Get Available Data Licenses"
method: GET
path: "/v0/licensing/available_licenses"
tags: ["licensing"]
---

# Get Available Data Licenses

`GET /v0/licensing/available_licenses`

## Query parameters

- `retry` integer

## Response `200`

Successful Response

- DataLicenseView[]
  - `id` integer, required
  - `provider` string, required
  - `name` string, required
  - `description` string, required
  - `asset_class` AssetClass[], required
  - `license_type` 'display usage' | 'non-display usage' | 'top-of-book display usage' | 'imbalance non-display usage' | 'non-display delayed usage' | 'external redistribution' | 'internal redistribution' | 'connection' | 'starter' | 'starter additional' | 'unlimited us' | 'unlimited global' | 'trial', required
  - `service_type` 'regular' | 'external' | 'bespoke', required
  - `professional` boolean, required
  - `price` integer, required
  - `processing_fee` integer, required
  - `ts_created` string, date-time, required
  - `ts_updated` string, date-time, required

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If user or team not found
- `422` — Validation Error

## Changes

> 6 revisions in range; 1 could not be searched.

- **2026-07-31** `e756acdab11d` — 2 info
  - the `items/name` response's property pattern `^[A-Za-z0-9]+$` was added for the status `200`
  - the `items/provider` response's property pattern `^[A-Za-z0-9]+$` was added for the status `200`

[Change history](https://skmtc.dev/databento/apis/databento-openapi-specification/changes/v0/licensing/available_licenses/get.md)

---

[API](https://skmtc.dev/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.dev/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/bfad43bdc34d/schema)
