Fetch connector tasks (External tasks) using REST API

Hi,
I have a workflow which has a service task, which is implementing http-connector. I could fetch all the user tasks using REST API, but couldn’t find the same for service tasks.
Do we have any possibility, where all of these tasks (active and completed), could be fetched?

Any suggestions would be appreciated. Thank you!

You can use this Histroy API to get all the current and completed Activities.
You can specify the activityType to only return service tasks.

Thanks, @Niall for your help!
I was able to fetch the details, with this REST API.

1 Like