---
title: "Retrieve information about available updates of packages and their versions"
method: GET
path: "/api/v1/update/{env}"
---

# Retrieve information about available updates of packages and their versions

`GET /api/v1/update/{env}`

## Response `200`

OK

- PythonPackageUpdateInfo
  - `available_updates` object[]
    - `name` string — Package name
    - `version` string — Current version of the package
    - `available_version` string — Available version of the package for update
    - `path` string — Path to package

## Other responses

- `204` — No Content
- `401` — Unauthorized

## Changes

- **2023-01-06** `083d6bbd157d` — 1 info
  - endpoint added
- **2021-02-22** `30eda14983ed` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/v1/update/:env/get.md)

---

[API](https://skmtc.dev/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.dev/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/revisions/418be1c4e97c/schema)
