Execution Traces
Reads execution status and trace information for pipelines and cleanup tasks.
📄️ Get Pipeline Trace Latest
Return the most recent pipeline execution trace associated with the requested pipeline.
📄️ Get Pipeline Trace
Get a specific pipeline execution trace by batch ID.
📄️ List Pipeline Traces
List pipeline execution traces (history). Returns a list of pipeline.run spans for the given pipeline_id, sorted by start time descending.
📄️ Get Step Traces
Get step execution traces for a specific batch. Returns raw step trace data for detailed inspection.
📄️ Get Cleanup Trace Latest
Return the most recent cleanup execution trace associated with the requested dataset.
📄️ Get Cleanup Task Traces
Get task execution traces for a specific cleanup. Returns raw task trace data for detailed inspection.