Is it possible to use the Search API to retrieve the results of a search that has been saved as a Search Query object (subtype=258)?
To elaborate the larger problem, I have been asked to create an export to Excel utility for searches. We do not want to recreate the advanced search, modify files, or use OScript. So I need a way to execute a Saved Search and get the results as XML (which I know the Search API can do) so I can use XSLT to convert the XML to CVS so the user can open the results in excel. If LAPI or the Content Services are needed, that is acceptable; but use of the search API is preferred as it would allow me to complete this task using only HTML, CSS and JavaScript (JQuery).