---
title: "List tool versions"
method: GET
path: "/v2/tools/{tool_id}/versions"
tags: ["Tools"]
---

# List tool versions

`GET /v2/tools/{tool_id}/versions`

Returns version history for a specific tool

## Path parameters

- `tool_id` string, required

## Query parameters

- `limit` integer — A limit on the number of objects to be returned. Limit can range between 1 and 200, and the default is 10
- `starting_after` string — A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 20 objects, ending with `01JJ1HDHN79XAS7A01WB3HYSDB`, your subsequent call can include `after=01JJ1HDHN79XAS7A01WB3HYSDB` in order to fetch the next page of the list.
- `ending_before` string — A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 20 objects, starting with `01JJ1HDHN79XAS7A01WB3HYSDB`, your subsequent call can include `before=01JJ1HDHN79XAS7A01WB3HYSDB` in order to fetch the previous page of the list.

## Response `200`

Tool versions retrieved

- object
  - `object` 'list', required
  - `data` object[], required
    - `_id` string, required
    - `created_at` string, required
    - `updated_at` string, required
    - `created_by_id` string
    - `updated_by_id` string
    - `version` string, required
    - `description` string
    - `checksum` string, required
    - `entityType` string, required
    - `entityId` string, required
    - `data` object, required
    - `workspace_id` string, required
  - `has_more` boolean, required

## Other responses

- `404` — Tool not found

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/9a63ca712c8b/schema)
