There is the lookupRecordsWithURL command, but I’m looking for records which contain a specific string (basically to also find matches which have the same path elements, but might have different query elements after the ? in the URL).
Is the most efficient way to script this to use the search command with a search string to find URLs with a matching pattern? Or would using the whose operator in AS/JXA be better?