---
title: "GET /workflows/runs/{runId}/dataflows"
method: GET
path: "/workflows/runs/{runId}/dataflows"
tags: ["workflows"]
---

# GET /workflows/runs/{runId}/dataflows

`GET /workflows/runs/{runId}/dataflows`

## Path parameters

- `runId` string, required

## Response `200`

Derived data flow packets for a workflow run

- object
  - `runId` string
  - `packets` object[]
    - `id` string
    - `runId` string
    - `sourceNode` string
    - `targetNode` string
    - `inputKey` string, nullable
    - `payload` object, nullable
    - `timestamp` integer
    - `visualTime` number
    - `size` number
    - `type` 'file' | 'json' | 'text' | 'binary'

## Changes

- **2025-10-24** `8db531c050e5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/workflows/runs/:runId/dataflows/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/8db531c050e5/schema)
