---
title: "Cli"
method: GET
path: "/v1/cli/version"
tags: ["SDK API"]
---

# Cli

`GET /v1/cli/version`

Check if a new version of the CLI is available.

## Query parameters

- `installed_version` string, required — The version of the CLI that is currently installed.

## Response `200`

CLI version information retrieved successfully

- CliVersionResponse
  - `installed_version` string, required
  - `latest_version` string, required
  - `is_update_available` boolean, required

## Other responses

- `422` — Invalid version format
- `503` — Version not available

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/ce92a5e2d085/schema)
