Gitlab.com Issues API - Internal Server Error

Hi,
I am trying to use Gitlab API to perform automation and tracking activities. For this I need to list all issues in a project which are updated in a time frame. I am using the following GET API

https://gitlab.com/api/v4/issues?page=1&per_page=10&scope=all&updated_after=2022-07-05T00:00:00.000%2B05:30

This is url is giving response after 20s as

{
	"message": "500 Internal Server Error"
}

If I remove scope query parameter, then response is immediate with issue list created by me, but with scope all, it is getting expired with message.

Any help to solve this issue would be appreciated