---
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

---

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