Hi,
My previous mail did not get much love so I am trying again :) Is there any API to download the response of a paragraph? I know there is a synchronous run API which will wait for the completion of execution and will return the result. http://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#run-a-paragraph-synchronously But in case a user is trying to run a paragraph asynchronously, he/she cannot get the results through the API I know there is status API to check the status of paragraph (it will not have the result set info AFAIK) https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#get-the-status-of-a-single-paragraph And finally, there is paragraph-information API https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#get-a-paragraph-information The result set can be viewed in the response JSON of this as body.results.msg.data My expectation is to have an API which can return the result set which is seen in the notebook itself. We have the option to view/download the results in multiple formats in Notebook but there is no such way through APIs. We have APIs to clear the result too. Why do we need such an API? To allow the user to get/download the result set programmatically. Is this a relevant requirement? Thanks, Saksham