Index all tables response
tasks object[]
Array [
idstring
Unique ID of the task
statestring
Possible values: [queued, running, finished, cancelled]
]
Index all tables response
{
"tasks": [
{
"id": "string",
"state": "queued"
}
]
}