TraceBatches
Pipeline batch execution summaries keyed by batch identifier. The current endpoint returns up to the requested limit and leaves token unset.
items objectrequired
Pipeline batch execution summaries keyed by batch identifier, up to the requested limit.
property name* TraceBatch
Summary of one pipeline batch execution and its start, end, and state information.
name object
- string
- null
deployment object
- string
- null
state object
- TraceBatchState
- null
steps objectrequired
property name* TraceCheckpoint
Execution checkpoint state, offsets, timing, and optional failure details.
offsets object
description object
- string
- null
stacktrace object
- string
- null
start_time object
Unix time in milliseconds when the checkpoint started, or null when it has not started.
- integer
- null
end_time object
Unix time in milliseconds when the checkpoint ended, or null while it is still running.
- integer
- null
start_time object
Unix time in milliseconds when the batch execution started, or null when it has not started.
- integer
- null
end_time object
Unix time in milliseconds when the batch execution ended, or null while it is still running.
- integer
- null
token object
Reserved continuation token. The current endpoint leaves this field unset.
- string
- null
{
"items": {},
"token": "string"
}