---
title: "Stream Run"
method: POST
path: "/v4/runs/stream"
tags: ["Runs"]
---

# Stream Run

`POST /v4/runs/stream`

Submit a new streaming run request, where the run output is streamed as
it becomes available, rather than waiting for all the data to be
generated.

## Request body

- PipelineCloudSchemasRunsRunCreate — Base model for schemas.
  - `run_id` string
  - `inputs` PipelineCloudSchemasRunsRunInput[], required
    - `type` 'integer' | 'string' | 'fp' | 'dictionary' | 'boolean' | 'none' | 'array' | 'pkl' | 'file' | 'stream', required — An enumeration.
    - `value` unknown
    - `file_name` string
    - `file_path` string
    - `file_url` string
  - `pipeline` string, required
  - `async_run` boolean
  - `wait_for_resources` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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