CSV export using API

Can a search result be output to csv via API. I see the option within the interface under “More Actions”. But not finding where I can do this under the api browser.

Yes, absolutely!

You can request the search results of a query in CSV format by using the regular search resources (e. g. /search/universal/absolute) and setting the HTTP Accept header to text/csv or use the /export resource (e. g. /search/universal/absolute/export).

Thank you so much Jochen. I was even looking for an export resource but somehow my eyeballs must not be working. Again thank you for the response. This is gonna come in super handy.