message.read
Reads the tenant's inbox and returns messages as a JSON array in arrival order, oldest first. Check what has arrived before deciding what to answer.
Instructions
Reads this tenant's inbox, the messages placed for it in the body's state directory on this machine, and returns them as a JSON array in arrival order, oldest first. Use it to see what has arrived before deciding what to answer. Takes no arguments; read-only; the call is recorded like every other. An empty or absent inbox answers [].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||