I have a use case where I want to, infrequently, look for new records that have been created for a type of object. I use username/password authorization in the passport header. Since the polling interval is far longer than the 15 minutes lifetime of a search ID, and since I may actually have other processes that do need to use search IDs, I was wondering: Is there a search option to turn off the generation of a stored search ID server-side? This is partly motivated by the limit on the number of searches that can be “active” server-side across an instance.
This is a cached copy. Click here to see the original post.