실행 추적
파이프라인과 정리 작업의 실행 상태와 추적 정보를 조회하는 API입니다.
📄️ 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.