Unable to filter by id in Get Subscription Contract Data Action

Trying to filter subscription contracts by contractId in the “Get Subscription Contract Data” action, but when y add the id query, I get an empty array.
That subscription contract exists cause when I remove the id filter i get it

I have tried:
id:“gid://shopify/SubscriptionContract/21693301074”
id:gid://shopify/SubscriptionContract/21693301074
id:21693301074
id:“21693301074”

The latter two should work. You may want to try the query in GraphiQL to see if it returns you an error for that.