get_job_status
Poll an async NIGHTGATE job's status using its job ID and session ID, returning the current state and final outcome JSON when succeeded or failed.
Instructions
Poll the status of an async NIGHTGATE job (all submit actions return a jobId). status: pending | running | external_execution | submitted | reconciliation_required | succeeded | failed. Poll every few seconds until succeeded or failed; result carries the job outcome JSON, chainStatus tracks on-chain finalization independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job id returned by a submit action | |
| sessionId | Yes | Wallet session id the job belongs to |