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

# Lists all tools for an application version

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

## Path parameters

- `appId` number, required
- `appVersion` 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-24** `d4634804dbfb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/app/:appId/version/:appVersion/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/d4634804dbfb/schema)
