Rest API: /history, get recent activity / recently updated process instances?

Is there a way to query for “recent activity” / process instances with new activity since X datetime ?

My current thinking is using /history/activity-instance and using the startedAfter parameter?

Hi Stephen,

In GET /history/process-instance, there is the executedActivityAfter parameter that sounds like what you need.

Cheers,
Thorben