Poll the status of a gasless redeem
Portfolio
Poll the status of a gasless redeem
Owner-scoped projection of the redeem_positions submitter job: pending → building → submitted → confirmed (or failed_permanent / expired). Returns 404 for an unknown id, a non-redeem job, or a job owned by another wallet (anti-enumeration).
GET
Poll the status of a gasless redeem
Path Parameters
Job id returned by the redeem call.
Response
Current job status.
Submitter job id (decimal string).
Job status: pending | building | submitted | confirmed | failed_permanent | expired.
On-chain hash once broadcast.
ISO-8601 broadcast timestamp (when the submitter sent the tx).
ISO-8601 confirmation timestamp (receipt observed on-chain).
Last submitter error (populated on failed_permanent / retries).