How to get failed reasons on specific analysis timestamp using sonar /api/issues/search?

I am using this api call get failed reasons. it generates failed reason on latest failed timestamp

/api/issues/search?componentKeys=my_project&statuses=OPEN&resolved=false&sinceLeakPeriod=true

Now I have to get failed reasons on specific analysis timestamp (like failed reasons for a past timestamp)

then I tried this api call with “createdAt” parameter.

/api/issues/search?componentKeys=my_project&statuses=OPEN&resolved=false&sinceLeakPeriod=true&createdAt=2022-10-03T13:00:00%2b0200

but it not generates the failed reasons. it always show same output (I tried with different timestamps but still same output)

{"total":0,"p":1,"ps":100,"paging":{"pageIndex":1,"pageSize":100,"total":0},"issues":[],"components":[]}

Can someone help me to figure out this? Thanks in advance!

Note: I use Sonar Version 7.1 (build 11001)

Hi,

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

7.1 → 7.9.6 → 8.9.9 → 9.6 (last step optional)

You may find the Upgrade Guide and the LTS-to-LTS Upgrade Notes helpful. If you have questions about upgrading, feel free to open a new thread for that here.

If your error persists after upgrade, please come back to us.