dispatch_list
List dispatch packets newest-first with optional filters for to_app, from_app, and status. Returns only verified metadata, while unverified packets appear separately with their signature status.
Instructions
List dispatch packets newest-first, filtered by any combination of
to_app / from_app / status ('' = no filter). Returns packet metadata only,
no assignment bodies — use dispatch_read for one packet's brief.
Read-only. Returns {dispatches, total, unverified, unverified_total} --
dispatches only carries packets whose meta.json HMAC signature
verified (B-52, issue #241); a packet with no signature (legacy,
pre-dates signing) or a wrong one (tampered/forged) is never mixed into
it, instead appearing in unverified with unverified: true and a
signature_status of legacy_unsigned or invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| status | No | ||
| to_app | No | ||
| from_app | No |