Retrieve records.
Retrieve a batch of records, or set Accept: text/event-stream
to stream using server-sent events.
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.
json
, json-binsafe
Path Parameters
Name of the stream.
Query Parameters
Starting sequence number (inclusive).
x >= 0
Limit how many records can be returned. This will get capped at the default limit, which is up to 1000 records or 1MiB of metered bytes.
Response
Batch of records, or a sequence number if the read could not be satisfied. An empty batch or a sequence number output will be a terminal message in a session.
Batch of records. It can only be empty when not in a session context (which implies a limit), if the first record that could have been retrieved would violate the limit.