sodax_relay_get_packet
Retrieve a specific relay packet using the source chain ID, transaction hash, and connection serial number. Returns the packet data or an error if not found.
Instructions
Fetch a single relay packet by its connection serial number (conn_sn). Returns the packet data on success or a {success:false, message} shape if the packet isn't found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | REQUIRED: Intent-relay chain ID of the source chain (decimal string) | |
| txHash | Yes | REQUIRED: The source-chain transaction hash | |
| connSn | No | REQUIRED: Connection serial number identifying the packet within the tx. Accepts string or number (numeric values are coerced — convenient for piping back a previously-fetched packet's `conn_sn` field). | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |