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

# Get a list of licenses updates

`GET /license_updates`

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

## Query parameters

- `nextToken` string
- `account_id` string
- `pageSize` integer
- `licenseId` string
- `effectiveFrom` string, date-time

## Response `200`

Success response

- GetLicenseUpdatesResponse — Get license updates response
  - `data` LicenseUpdateResponse[], required
    - `licenseId` string, required
    - `accountId` string, required
    - `quantity` number, required — Absolute quantity of the license
    - `effectiveFrom` string, date-time, required
    - `metadata` object
    - `createdAt` string, date-time, required
  - `nextToken` string

## Other responses

- `400` — Bad request. Please check the response message for failure details.
- `401` — Credential is not valid. Please check the response message for failure details.
- `403` — Credential does not have access to list licenses updates.
- `422` — Unable to process the query parameters provided. Please check our docs for the api limits - https://togai.io/docs/limits.
- `429` — Request throttled. Please check the response message on the failure details.
- `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/versions/442f5d8f4aa0/schema)
