Get inbox delivery
get_inbox_deliveryRetrieve delivery status by ID, optionally from another local address, to see if a recipient pulled, acknowledged, or rejected a packet.
Instructions
Read retained delivery state by ID, optionally at another registered local: address in the same mailbox root, so the sender can see pulled, acknowledged, or rejected status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Registered local: address to read the delivery from, in the same mailbox root. Defaults to this store's own address; a sender passes the recipient's address to see status. | |
| deliveryId | Yes | Delivery identifier from send_packet or list_inbox, formatted 'delivery_' followed by 24 hex characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| state | Yes | ||
| address | Yes | ||
| delivery | Yes | ||
| packetId | Yes | ||
| deliveryId | Yes | ||
| nextAction | Yes | ||
| packetHash | Yes | ||
| packetPath | Yes | ||
| importedPacketId | No |