Flight and hotel searches are asynchronous. Creating a search returns a searchId immediately while travel providers keep answering in the background. Each read of the results endpoint returns the current ranked snapshot; early reads can be sparse or empty, so read again after a moment until the page fills or metadata stops growing.
How search works
Flight and hotel searches are asynchronous; read results until they settle.
Updated View as Markdown