---
title: "List Updates"
method: GET
path: "/v1/updates"
---

# List Updates

`GET /v1/updates`

## Query parameters

- `days` integer, required — Lookback window in days (1-30)
- `limit` integer

## Response `200`

Successful Response

- UpdatesResponse
  - `days` integer, required
  - `models` UpdateModel[], required
    - `id` string, required
    - `name` string, required
    - `organization` OrganizationRef, required
      - `id` string, required
      - `name` string, required
    - `model_type` string, required
    - `modalities` string[], required
    - `context_window` integer, nullable
    - `release_date` string, date, nullable
    - `open_weight` boolean, required
    - `added_at` string, date-time, required
    - `source` string, required
    - `url` string, required
  - `total` integer, required

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/llm-stats/apis/llm-stats-api.md) · [All operations](https://skmtc.dev/llm-stats/apis/llm-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llm-stats/llm-stats-api/revisions/83ad19251fbd/schema)
