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

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

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

## Path parameters

- `runId` string, required
- `nodeRef` string, required

## Query parameters

- `full` boolean

## Response `200`

Specific node input/output for a workflow run

- 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
  - `inputsTruncated` boolean
  - `outputsTruncated` boolean
  - `errorMessage` string, nullable

---

[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/cc60562ad9f3/schema)
