---
title: "Fetch Task Group Runs"
method: GET
path: "/v1/tasks/groups/{taskgroup_id}/runs"
tags: ["Tasks"]
---

# Fetch Task Group Runs

`GET /v1/tasks/groups/{taskgroup_id}/runs`

Retrieves task runs in a TaskGroup and optionally their inputs and outputs.

All runs within a TaskGroup are returned as a stream. To get the inputs and/or
outputs back in the stream, set the corresponding `include_input` and
`include_output` parameters to `true`.

The stream is resumable using the `event_id` as the cursor. To resume a stream,
specify the `last_event_id` parameter with the `event_id` of the last event in the
stream. The stream will resume from the next event after the `last_event_id`.

## Path parameters

- `taskgroup_id` string, required

## Query parameters

- `last_event_id` string, nullable
- `status` 'queued' | 'action_required' | 'running' | 'completed' | 'failed' | 'cancelling' | 'cancelled', nullable
- `include_input` boolean
- `include_output` boolean

## Response `200`

Successful Response

## Other responses

- `404` — TaskGroup not found
- `422` — Validation Error

## Changes

- **2026-08-10** `8dc682666146` — 1 info
  - added the optional property `oneOf[subschema #1: TaskRunEvent]/input/anyOf[subschema #1: TaskRunInput]/memory_scope_key` to the response with the `200` status
- **2026-05-06** `84643ced9758` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/parallel-web/apis/parallel-api/changes/v1/tasks/groups/:taskgroup_id/runs/get.md)

---

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