---
title: "Get a list of named licenses updates"
method: GET
path: "/named_license_updates"
tags: ["Licenses"]
---

# Get a list of named licenses updates

`GET /named_license_updates`

This API let’s you to fetch a list of named licenses updates with multiple query parameters

## Response `200`

Success response

- NamedLicenseUpdatesPaginatedResponse — Named License updates paginated response
  - `data` NamedLicenseUpdate[], required
    - `id` string, required
    - `licenseId` string, required
    - `accountId` string, required
    - `name` string, required
    - `effectiveFrom` string, date-time
    - `effectiveUntil` string, date-time
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `nextToken` string

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
