get_record_deletion_status
Retrieve the current status of a previously submitted Grail record deletion task by providing the task ID. Returns one of: finished, submitted, processing, unknown, or failed.
Instructions
Get the status of a previously submitted Grail record deletion process. POST /platform/storage/record/v1/delete:status with the taskId from execute_record_deletion. Returns one of: finished, submitted, processing, unknown, or failed, plus optional progress and message fields. Required scopes: storage:records:delete, storage:events:read, storage:logs:read, storage:bizevents:read, storage:spans:read, storage:buckets:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The task ID returned by execute_record_deletion. |