---
title: "Lists all tools for an application version"
method: GET
path: "/app/{appId}/version/{version}/tools"
tags: ["AppVersionTool"]
---

# Lists all tools for an application version

`GET /app/{appId}/version/{version}/tools`

## Path parameters

- `appId` number, required
- `version` number, required

## Response `200`

Successful operation

- AppVersionTool[]
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `appId` number, required — Application ID
  - `appVersion` number, required — Application version
  - `toolPackageName` string, required — Tool package name
  - `toolVersion` string, required — Tool version
  - `hiddenSupportedPolicies` string[] — Policies that are supported by this tool, but are hidden from users of this app specifically

## Other responses

- `404` — Application or version not found
- `default` — Unexpected error

## Changes

- **2025-06-28** `f7b25b5b140b` — 2 info
  - api tag `AppVersionTool` added
  - api tag `app/version/tool` removed

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/app/:appId/version/:version/tools/get.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/7a8a3bcdf96f/schema)
