Skip to main content
GET
Poll the status of a gasless redeem

Path Parameters

jobId
string
required

Job id returned by the redeem call.

Response

Current job status.

jobId
string
required

Submitter job id (decimal string).

status
string
required

Job status: pending | building | submitted | confirmed | failed_permanent | expired.

txHash
string

On-chain hash once broadcast.

submittedAt
string

ISO-8601 broadcast timestamp (when the submitter sent the tx).

confirmedAt
string

ISO-8601 confirmation timestamp (receipt observed on-chain).

lastError
string

Last submitter error (populated on failed_permanent / retries).