get deprecatedhttps://cloud.seatable.io/api/v2.1/dtable-io-status/?task_id=
When you have sent a request to export a base/a view, a task_id is returned to you. Sometimes when the base/the view is too large, the generating of downloadable file could take a while.
In this case, use this request to query the task status.
To automate your workflow, it is recommended to query every 10 seconds until is_finished:true
is returned. Once it's finished, the query will return a 404 error if you query again.
This means you should proceed to Download the exported data.
Deprecated due to asynchronous request
Requests with
task_id
will be replaced in the future with synchronous requests. Therefore you should be aware that this call might be removed in the future.