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

# GET /api/v1/workflows/runs/{runId}/node-io

`GET /api/v1/workflows/runs/{runId}/node-io`

## Path parameters

- `runId` string, required

## Response `200`

Node inputs/outputs for a workflow run

- object
  - `runId` string
  - `nodes` object[]
    - `nodeRef` string
    - `componentId` string
    - `status` 'running' | 'completed' | 'failed' | 'skipped'
    - `startedAt` string, date-time, nullable
    - `completedAt` string, date-time, nullable
    - `durationMs` number, nullable
    - `inputs` object, nullable
    - `outputs` object, nullable
    - `inputsSize` number
    - `outputsSize` number
    - `inputsSpilled` boolean
    - `outputsSpilled` boolean
    - `errorMessage` string, nullable

---

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