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

# GET /api/v1/workflows/runs/{runId}/stream

`GET /api/v1/workflows/runs/{runId}/stream`

## Path parameters

- `runId` string, required

## Query parameters

- `temporalRunId` string
- `cursor` string
- `terminalCursor` string
- `logCursor` string, date-time

## Response `200`

Server-sent events stream for workflow run updates

## Changes

- **2025-12-16** `c38df714f383` — 1 breaking, 1 info
  - added the pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` to the `query` request parameter `logCursor`
  - for the `query` request parameter `logCursor`, the type/format was generalized from `integer`/`` to `string`/`date-time`
- **2025-12-04** `a4d134c3f469` — 1 info
  - added the new optional `query` request parameter `logCursor`
- **2025-11-25** `e12bc023744d` — 1 info
  - added the new optional `query` request parameter `terminalCursor`
- **2025-11-04** `b0518ab33431` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/workflows/runs/:runId/stream/get.md)

---

[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)
