Byte Engine Docs
Inspectorhttp

Drain message publications

GET/messages

Returns message publication ranges observed since the previous call. This operation drains the shared inspector cursor. It preserves sequence order within each typed route but does not define ordering between routes. Message payloads remain opaque.

Response Body

application/json

curl -X GET "https://example.com/messages"
{  "messages": [    {      "topic": 3,      "scope": "world",      "type": "byte_engine::gameplay::transform::TransformationUpdate",      "first_sequence": 12,      "count": 2    }  ]}