Get the next messages for an HTTP stream consumer
Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST or GET to retrieve messages for an HTTP stream consumer.1.The count of returned messages may be less than the requested batch size if there are fewer messages available for the consumer.0.When wait_for is greater than 0, the request will block until either batch_size messages are available or wait_for milliseconds have passed.Therefore, you can use wait_for to implement long polling.data property that contains a list of messages.