task_status
Check whether a background dataset backup or compaction task has finished by providing its task ID; returns a completion timestamp if done.
Instructions
The state of a background task started by backup_dataset or compact_dataset.
A task that has finished reports a "finished" timestamp; one still running does not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id returned by backup_dataset or compact_dataset. |