inbox_fetch
Fetch buffered messages for a time range, marking them as taken and preserving original forwarded authors. Set include_taken to recover unarchived earlier fetches.
Instructions
Fetch buffered messages for a time range and mark them as taken.
since and until are ISO-8601 timestamps compared against the message date in UTC. Rows carry the forwarded-message origin, so a forwarded quote keeps its real author instead of the person who forwarded it. Fetching does not remove anything: call inbox_done once the messages are recorded in the archive.
Set include_taken to see messages handed out earlier but never archived - that is how a batch interrupted halfway is recovered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| include_taken | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |