ChartDataAsyncResponseSchema
cursorstring
Status-changes recovery cursor captured before any task was created. The client polls /api/v1/task/status_changes from it and is guaranteed to observe each task's completion.
tab_idstringnullable
The per-client (e.g. browser-tab) id echoed back when the caller advertised one, so a later cancel detaches exactly that client. Absent when the caller supplied none.
task_idsstring[]
UUIDs of the scheduled GTF tasks (one per QueryObject that missed the cache), in query order. The client polls /api/v1/task/status_changes, aggregates these tasks' statuses, and re-issues this request once they all succeed.
ChartDataAsyncResponseSchema
{
"cursor": "string",
"tab_id": "string",
"task_ids": [
"string"
]
}