Getting a error 404 Not found when curling a pipeline’s test report summary

self-managed gitlab

I am getting a return of {“error”:“404 Not Found”} when running this sample:

curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/pipelines/46/test_report_summary"

But running only the test_report works.

curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/pipelines/46/test_report"

Is there a reason summary doesn’t work when test report works?

I notice the prior to 14.2 versions, it does not have test_report_summary api.

Thanks