Skip to main content
POST
Look up an operation's on-chain status

Body

application/json
op_uuid
string
required

Response

Success

status is the operation's batch status; null until the operation has been picked up for settlement.

data
string
required
error_log
string | null
status
enum<string> | null

Batch lifecycle status — the single source of lifecycle truth for every operation in the batch (individual ops carry no status of their own). Each stage has a healthy variant and a corresponding ...Error variant meaning that stage failed. Serialized as the variant name (string) in API responses.

Available options:
Batching,
Executing,
Proving,
Settling,
Settled,
BatchingError,
ExecutingError,
ProvingError,
SettlingError,
SettledError
transaction_hash
string | null