The webUI uses the API for everything, I'd suggest using the webUI as a reference to how to approach this.
I also noticed the datetime strings for last_update and started to be None
Hi @<1639799308809146368:profile|TritePigeon86> , where in the documentation did you see these parameters active_duration, job_started and job_ended
?
the last two were found by debugging, but active_duration (which i'm using) is in tha api and derived by them
I'd suggest using the API directly, fetch a task and compare it's start to end time.
ok, how would you approach all tasks in a pipeline and get their data?