---
title: "List Task Runs"
method: GET
path: "/task/{taskId}/runs"
---

# List Task Runs

`GET /task/{taskId}/runs`

Get a list of all runs for a specific task

## Path parameters

- `taskId` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` object[]
    - `id` string
    - `created_at` string, date-time
  - `total` integer
  - `page` integer
  - `limit` integer
  - `error` string — Error message if the request failed

## Changes

> 4 revisions in range; 1 could not be searched.

- **2025-04-15** `cf421cc8104b` — 1 info
  - added the optional property `error` to the response with the `200` status
- **2025-04-09** `c5a4adf6172c` — 1 warning
  - removed the optional property `error` from the response with the `200` status

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

---

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