---
title: "GET /flows/{id}/tasks"
method: GET
path: "/flows/{id}/tasks"
---

# GET /flows/{id}/tasks

`GET /flows/{id}/tasks`

## Path parameters

- `id` string, required

## Response `200`

Flow tasks

- ListTaskResponse
  - `items` Task[], required
    - `id` string, required
    - `parent_task_id` string
    - `delegation_depth` integer
    - `requester_id` string
    - `responder_id` string
    - `original_requester_id` string
    - `status` string
    - `description` string
    - `last_summary` string
    - `first_seen` string, date-time, required
    - `last_seen` string, date-time, required
  - `next` string, nullable, required

## Other responses

- `default` — RFC 9457 problem details

## Changes

- **2026-04-23** `586150212fe2` — 1 breaking, 11 info
  - the `items/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/items/delegation_depth` to the response with the `200` status
  - added the optional property `items/items/description` to the response with the `200` status
  - added the optional property `items/items/last_summary` to the response with the `200` status
  - …8 more
- **2026-04-22** `6b61cd93292c` — 1 info
  - endpoint added
- **2026-04-21** `9925ce6b6def` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/scalytics/apis/kafsiem-analyst-api/changes/flows/:id/tasks/get.md)

---

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