Recover full stream state from snapshot plus retained updates in a single request.
multipart/mixed response. This is the recommended way to initialize a client that needs the complete current state of a stream.
| Status | Meaning |
|---|---|
200 | Bootstrap response with snapshot and updates. |
400 | Invalid query parameters. |
404 | Stream not found or expired. |
410 | Requested offset has been trimmed. |
| Header | Description |
|---|---|
Content-Type | multipart/mixed; boundary=... |
Stream-Next-Offset | The offset after the last included update. |
Stream-Snapshot-Offset | The snapshot offset (or none if no snapshot exists). |
Stream-Up-To-Date | true if the response includes all data up to the tail. |
Stream-Closed | Present and true if the stream is closed and fully caught up. |
multipart/mixed message: