v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB

Controller Refresh Live Flow Dataset Async Status

Query the status of a currently running ad-hoc, asynchronous refresh of a given dataset. If complete, the location of a result will be provided -- query that location with a GET to receive the result. If failed, the error will be provided.

get/refresh-live-flow-dataset/status/{task_id}

Path parameters

task_idstring required

Response

Successful Response

status'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' | 'UNKNOWN_TIMEOUT' required

Celery task status enum. Update apps/web-backend-api/src/types/TaskStatusEnum.ts if you update this enum.