runs

Retrieve Stream

post/v1/runs/{run_id}/stream

Path parameters

run_idstring required

Request body

starting_afterinteger

Sequence id to use as a cursor for pagination. Response will start streaming after this chunk sequence id

include_pingsboolean nullable

Whether to include periodic keepalive ping messages in the stream to prevent connection timeouts.

poll_intervalnumber nullable

Seconds to wait between polls when no new data.

batch_sizeinteger nullable

Number of entries to read per batch.

Response

Successful response

{"stackTrail":"paths:/v1/runs/{run_id}/stream:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes