---
title: "Get Step Output"
method: GET
path: "/api/v1/steps/{step_id}/output"
tags: ["step-output"]
---

# Get Step Output

`GET /api/v1/steps/{step_id}/output`

Return schema + 20-row sample (or scalar JSON) for a step's latest output.

## Path parameters

- `step_id` string, uuid, required

## Query parameters

- `table` string, nullable — Output table name for multi-output steps

## Response `200`

Successful Response

- StepOutputResponse
  - `format` string, required
  - `table` string, nullable
  - `available_tables` string[], nullable
  - `schema` StepOutputSchemaField[], nullable
    - `name` string, required
    - `type` string, required
  - `rows` object[], nullable
  - `row_count_sample` integer, nullable
  - `row_count_total` integer, nullable
  - `meta` object, nullable
  - `value` object, nullable
  - `step_run` StepRunSummary, required
    - `status` string, required
    - `started_at` string, date-time, nullable
    - `finished_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/a59877bf911b/schema)
