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 the next sequence number on the stream.
Batch of records. It can only be empty outside of a session context, if the request cannot be satisfied without violating its limit.
Batch of records or the next sequence number on the stream.
Batch of records. It can only be empty outside of a session context, if the request cannot be satisfied without violating its limit.
Batch of records or the next sequence number on the stream.
Tail of the stream, i.e. sequence number that will be assigned to the next record. It will primarily be returned either because the requested starting point was larger, or only in case of a limited read, equal to the tail. It will also be returned if there are no records on the stream between the requested starting point and the tail.
x >= 0