GET
/
streams
/
{stream}
/
records
/
tail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

stream
string
required

Name of the stream.

Response

200 - application/json

Check tail response.

next_seq_num
integer
required

Sequence number that will be assigned to the next record on the stream.

Required range: x > 0