Get Task Status
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the Function Task result and status based on a given executionId.
https://run.truebit.network/task/function/execution-status/{executionId}
https://run.truebit.network/task/api/execution-status/{executionId}
Success: The Task execution was completed successfully. The result was received within the specified timeout, and all nodes provided the same response.
Indeterminate: A consensus on the result couldn't be reached. This could be because the execution took too long, nodes gave different answers (requiring a Verification Game), or we received fewer responses than the required solutions defined in the request.
Error: There was an error during the task execution.
Retrieve the status of a task execution using the execution ID.
The ID of the task execution.
Synchronous response of task execution.
Retrieve the status of an API task execution using the execution ID.
The ID of the task execution.
Synchronous response of task execution.