Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
aadil_madarveet
Partner - Creator II
Partner - Creator II

QRS API for Task History

Hi All,

Does anyone know of a way to get the history of a task using QRS API.

I am just looking to get info like the last 10 execution status, duration, etc.

Thanks,
Aadil

Labels (5)
1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

GET /qrs/executionresult/full?filter=(taskid eq 398d82b1-4894-4cf0-9756-4f5971d67c1c) should get you there (where the GUID is the ID for the reload task).

View solution in original post

1 Reply
Levi_Turner
Employee
Employee

GET /qrs/executionresult/full?filter=(taskid eq 398d82b1-4894-4cf0-9756-4f5971d67c1c) should get you there (where the GUID is the ID for the reload task).