---
title: "Stream output from Run"
method: GET
path: "/threads/{thread_id}/runs/{run_id}/stream"
tags: ["Runs"]
---

# Stream output from Run

`GET /threads/{thread_id}/runs/{run_id}/stream`

Join the output stream of an existing run. This endpoint streams output in real-time from a run similar to the /threads/__THREAD_ID__/runs/stream endpoint. Only output produced after this endpoint is called will be streamed.

## Path parameters

- `thread_id` string, uuid, required — The ID of the thread.
- `run_id` string, uuid, required — The ID of the run.

## Response `200`

Success

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/xpert-ai/apis/agent-protocol.md) · [All operations](https://skmtc.net/xpert-ai/apis/agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpert-ai/agent-protocol/versions/ac9dbe16ea2f/schema)
