Skip to main content

Get async task status.

POST 

/code/taskstatus

Get async task status.

Request

Bodyrequired

    taskIdstringrequired

    The ID of the task that will be checked.

Responses

Success

Schema
    statusstringrequired

    The current task status.

    Possible values: [pending, error, success]

    resultstring

    The result (output) of the task. Only available if the status is not pending.