Get Form Tasks - Facing an issue while fetching the items from action center with filter as task catalog name

There’s currently a problem retrieving items from the action center using the task catalog name as filter. This results in an inability to obtain the correct catalog set for further processing.

The query filters attempted are:
(Status eq ‘Completed’) and (TaskCatalogName eq ‘WbzNewCatalog’)
(Status eq ‘Completed’) and (IsDeleted eq false)
(Status eq ‘Completed’) and (IsDeleted eq false) and (TaskCatalogName eq ‘WbzNewCatalog’)
(Status eq ‘Completed’) and (IsDeleted eq false) and (CatalogName eq ‘WbzNewCatalog’)

And without any filter it is returning all the tasks in output. Upgraded the package tried the syntax as per document but not able to filter a specific task.