stream
Retrieve a batch of records.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
json: utf-8 plaintext data. json-binsafe: base64 encoded binary data.
Available options:
json
, json-binsafe
Path Parameters
Name of the stream.
Query Parameters
Starting sequence number (inclusive).
Required range:
x > 0
Limit on how many records can be returned upto a maximum of 1000, or 1MiB of metered bytes.
Response
200 - application/json
Reply which can be a batch of records, or a sequence number if the request could not be satisfied.
Batch of records.
This batch can be empty only if a ReadLimit
was provided in the associated read request, but the first record
that could have been returned would violate the limit.