Uipath API - get process status API help

Im calling the get process status api

the problem is that i want to pass the job key (id) as a paramter but it doesnt seem to work, so at the moment i just have to loop through the results and see which key matches the one i want. Is there any way to pass the job id / key as a paramter when calling this API?

@jack.chan

Its not a parameter …to be added in the url

This is if you need a specific job alone

Odata/Jobs(keyhere)

Cheers

@Anil_G i tried like this but not working ,is this the way?

i copied the key from here (output of start job api)

@jack.chan

for this end point key is the value in the ID field but not the key field

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.