---
title: "Stream Workflow Events"
method: GET
path: "/agents/workflows/{workflow_id}/stream"
tags: ["agentWorkflows"]
---

# Stream Workflow Events

`GET /agents/workflows/{workflow_id}/stream`

Stream workflow execution events via Server-Sent Events (SSE).

## Path parameters

- `workflow_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `404` — Workflow not found
- `422` — Validation Error
- `500` — Failed to retrieve workflow status
- `503` — Streaming not enabled

---

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