---
title: "List Task Versions"
method: GET
path: "/v1/task/{taskId}/versions"
tags: ["Tasks"]
---

# List Task Versions

`GET /v1/task/{taskId}/versions`

Retrieves all versions of a specific task, including draft and published versions.

## Path parameters

- `taskId` string, uuid, required

## Response `200`

Task versions retrieved successfully

- TaskVersionsListResponse
  - `data` object
    - `taskId` string, uuid, required — Task identifier
    - `versions` object[], required
      - `version` string, required — Version identifier
      - `description` string — Version description
      - `createdAt` string, date-time, required — Version creation timestamp
      - `updatedAt` string, date-time, required — Version last update timestamp

## Other responses

- `404` — Task not found
- `500` — Failed to retrieve task versions

## Changes

- **2025-10-20** `918bcdcb6208` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/task/:taskId/versions/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/8f77fa55fe1f/schema)
