---
title: "Get Data Licensing View"
method: GET
path: "/v0/licensing/me"
tags: ["licensing"]
---

# Get Data Licensing View

`GET /v0/licensing/me`

## Query parameters

- `retry` integer

## Response `200`

Successful Response

- DataLicenseSubscriptionView[]
  - `provider` string, required
  - `name` string, required
  - `description` string, required
  - `asset_class` AssetClass[], required
  - `internal_redistribution` boolean, required
  - `external_redistribution` boolean, required
  - `display_devices` integer, nullable
  - `non_display_devices` integer, nullable
  - `connections` integer, nullable
  - `professional` boolean, required
  - `service_type` 'regular' | 'external' | 'bespoke', required
  - `price_cents` integer, required
  - `processing_fee_cents` integer, required
  - `created_date` string, required
  - `start_date` string, required
  - `end_date` string, required
  - `status` 'not-active' | 'pending-app-review' | 'pending-update-review' | 'scheduled-activation' | 'scheduled-update' | 'scheduled-terminate' | 'active', required
  - `actions` LicensingAction[], required
  - `events` LicensingEvent[], required
    - `event_type` 'application-submitted' | 'application-withdrawn' | 'application-rejected' | 'application-approved' | 'update-submitted' | 'update-withdrawn' | 'update-rejected' | 'update-approved' | 'update-scheduled' | 'termination-submitted' | 'termination-withdrawn' | 'subscription-scheduled' | 'subscription-activated' | 'subscription-terminated' | 'subscription-terminated-early', required
    - `content` string, nullable, required
    - `ts_created` string, date-time, required
  - `has_paperwork` boolean, 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; 3 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/me/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)
