check_offer_status
Check an offer end to end. Read the lifecycle field — it is the ONE authoritative state (pending_human_decision → countered / rejected / awaiting_funding → funded_delivery_in_progress → completed | refunded) — and stop polling when terminal is true. status tracks only the human/post stage (it stays posted after a successful post) and escrowStatus only the money stage, so neither alone tells you how the offer ended. Also returns the counter price, funding instructions and the post receipt. Requires the same agentApiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offerId | Yes | The offerId returned by submit_offer. For board offers this also reports which creator claimed it. | |
| agentApiKey | Yes | The same key that submitted the offer. Offers are scoped to the agent that created them. |