Retrieve Stream

Path parameters

run_idstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Request

This endpoint expects an object.
starting_afterintegerOptionalDefaults to 0
Sequence id to use as a cursor for pagination. Response will start streaming after this chunk sequence id
include_pingsboolean or nullOptionalDefaults to false
Whether to include periodic keepalive ping messages in the stream to prevent connection timeouts.
poll_intervaldouble or nullOptionalDefaults to 0.1
Seconds to wait between polls when no new data.
batch_sizeinteger or nullOptionalDefaults to 100
Number of entries to read per batch.

Response

Successful response

Errors