Check the tail.
Check the tail of a stream.
GET
The tail of the stream is the next sequence number that will be assigned to a record, and the timestamp of the last record on the stream. Both these values will be 0
for an empty stream.
This is a fast operation, expected to complete in single-digit milliseconds.
Checking the tail is linearizable — if an append
request has received an acknowledgment before a check-tail
request is made, the response will reflect the write.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Stream name.
Response
200
application/json
The response is of type object
.