How to get the list of currently running reports in CLM application?
Accepted answer
You can use the following REST call: https://server/ccm/service/com.ibm.team.reports.common.internal.service.IReportRestService/runningReportTasks. This call returns the list of currently running reports, with report name, project area, start date, and requested person.
Please notice that this method is not part of official API and may change without any notice.