---
title: "Retrieve information about available update of given environment"
method: GET
path: "/api/v1/update/{env}"
---

# Retrieve information about available update of given environment

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

## Response `200`

OK

- PrusaLinkPackage — PrusaLink package version available to update
  - `new_version` string — Package version available for update

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `409` — Bad Request

## Changes

- **2023-02-20** `0f7cc814c836` — 1 breaking, 2 info
  - added `#/components/schemas/PrusaLinkPackage` to the response body `oneOf` list for the response status `200`
  - removed `#/components/schemas/PythonPackageUpdateInfo` from the response body `oneOf` list for the response status `200`
  - added the non-success response with the status `409`
- **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/e0a5f7abc4df/schema)
