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

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

`GET /api/v1/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'

---

[API](https://skmtc.net/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.net/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/versions/cc60562ad9f3/schema)
