Stream realtime events (SSE)
render_stream_task_runs_eventsStream real-time events for specified task runs. Filter by task run IDs and receive server-sent events before timeout.
Instructions
Stream realtime events (SSE). Establishes a unidirectional event stream. The server sends events as lines formatted per the SSE spec. Clients SHOULD set Accept: text/event-stream and keep the connection open. This endpoint streams server-sent events; the tool returns the events received before its timeout. Calls GET /task-runs/events on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskRunIds | Yes | Filter to a subset of task run IDs. |