Get tasks response
Contains a mapping of task IDs to their status information. Missing tasks are not included in the response.
tasks object
property name* Task info
Contains basic information about a task.
idstring
Unique ID of the task
statestring
Possible values: [queued, running, finished, cancelled]
Get tasks response
{
"tasks": {}
}