Skip to main content

TraceCleanup

Dataset cleanup execution summary with state and timing information.

dataset_idDataset Id (string)required
dataset_name object
anyOf
string
state object
anyOf
stateState (string)required
tasks objectrequired
property name* TraceCheckpoint

Execution checkpoint state, offsets, timing, and optional failure details.

stateState (string)required
offsets object
property name*integer
description object
anyOf
string
stacktrace object
anyOf
string
start_time object

Unix time in milliseconds when the checkpoint started, or null when it has not started.

anyOf
integer
end_time object

Unix time in milliseconds when the checkpoint ended, or null while it is still running.

anyOf
integer
start_time object

Unix time in milliseconds when dataset cleanup started, or null when it has not started.

anyOf
integer
end_time object

Unix time in milliseconds when dataset cleanup ended, or null while it is still running.

anyOf
integer
TraceCleanup
{
"dataset_id": "string",
"dataset_name": "string",
"state": {
"state": "string",
"tasks": {}
},
"start_time": 0,
"end_time": 0
}