runId
obtained in the initial call.
runId
which you can use to check the status of the run and get the result.
In more detail, consuming the Async API involves the following steps:
runId
: The start response will include a runId
, it will be used to get the result. For example:runId
to check the result of the run by calling result.status
field to indicate the status of the run. pending
means the run is still in progress, completed
or failed
means the run finished, with success and failure respectively.runId
can also be used to monitor your runs in the Runs tab of your project.