Get intent status
Poll the current status of an intent. Use this to wait for approval decisions or on-chain confirmation.
Documentation Index
Fetch the complete documentation index at: https://docs.mandate.md/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Runtime key issued at agent registration. Prefixed with mndt_live_ (mainnet) or mndt_test_ (testnet). Pass as Authorization: Bearer mndt_test_....
Path Parameters
The intent ID returned from validation.
Response
Intent status.
Current intent state.
allowed, reserved, approval_pending, approved, rejected, broadcasted, confirmed, failed, expired On-chain transaction hash, if broadcasted.
Block number where the transaction was confirmed.
Gas consumed by the transaction.
USD value of the transaction.
Decoded function call (e.g. "transfer(0x71c7...976f, 50000000)").
Human-readable summary of the transaction.
Block reason if the intent failed due to policy.
True if the intent is currently awaiting human approval.
Approval queue entry ID, if applicable.
When the intent expires if not acted upon.