Last updated
Last updated
This endpoint extends the .
By default, only the user who created the stream's read session can consume its streams, and their API token must have one of the following scopes:
data.data
data.edit
However, if the stream's readSession was created with the option, no authorization is required.
The request body must be empty.
The response body contains the streams data, in the format specified by the request.
streamId
The id of the stream to consume
offset
Optional. Used for resuming interrupted streams.
If specified, will start reading stream at the provided numeric offset. Note that you cannot provide an offset beyond what has already been read from the stream.