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

# GET /flows/{id}/traces

`GET /flows/{id}/traces`

## Path parameters

- `id` string, required

## Response `200`

Flow traces

- ListTraceResponse
  - `items` Trace[], required
    - `id` string, required
    - `span_count` integer, required
    - `agents` string[], required
    - `span_types` string[], required
    - `latest_title` string
    - `started_at` string, date-time
    - `ended_at` string, date-time
    - `duration_ms` integer
  - `next` string, nullable, required

## Other responses

- `default` — RFC 9457 problem details

## Changes

- **2026-04-23** `586150212fe2` — 1 breaking, 8 info
  - the `items/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/items/duration_ms` to the response with the `200` status
  - added the optional property `items/items/ended_at` to the response with the `200` status
  - added the optional property `items/items/latest_title` to the response with the `200` status
  - …5 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/traces/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)
