Is there any API which supports the exports of data in CSV format from elasticsearch?
No, there is nothing built in as far as I know. How much data are you looking to export?
Few hundreds/thousands. Looks like Kibana gives that feature, may be internally it uses some elasticsearch endpoint?
Yes but it converts the json into CSV itself, not via Elasticsearch.
Sure. Thanks.