Recover the time spent one the current state

Hello,

I would like to recover the time spent on a step through the API. I tried with “/deals” unsuccessfully, but I think I found something on “/deals/{id}” :

[“stay_in_pipeline_stages”]=>
array(2) {
[“times_in_stages”]=>
** array(6) {**
** [3]=>**
** int(2990)**
** [5]=>**
** int(1)**
** [6]=>**
** int(59)**
** [11]=>**
** int(56)**
[“orga_state”]=>
int(1143346)
[“deals_preSaleAffected”]=>
int(66346)
}
[“order_of_stages”]=>
array(6) {
[1]=>
int(2)
[3]=>
int(4)
[5]=>
int(6)
[“deals_canal”]=>
int(11)
[“orga_state”]=>
int(3)
[“deals_preSaleAffected”]=>
int(5)
}
}

But would you have an idea about minutes, days, hours ? Or a timestamp ? Thank you for your help !

Cordially Charles

Hey @Charles_Boitel right now the number you see is the amount of seconds spent in each stage.
Hope it helps!

Yes; thanks you …