API Response: Form not returned for /entries or formID/entries but is returned for entries/Id

Any one have Any Idea why the Gravity Forms API would skip a form Id that exists when requesting ALL forms, or All forms for formID? Examples of End Points Used:

gf/v2/forms/11/entries
gf/v2/entries?paging[page_size]=500

But THIS Returns the Missing Form:
gf/v2/entries/87278

screenshot of List of returned id’s. you can see it skipped 87278.

Any ideas / suggestions greatly appreciated. it’s for a customer they will be opening a Ticket with GF Support.

Screenshot 2024-10-14 at 5.01.17 PM

If the entry is set to inactive, or is trashed, or marked as spam, it won’t be included in the search results from the entries endpoint.