You need to sign in to do that
Don't have an account?

Api call supporting Report data in salesforce
Is there any way to retrieve the Report data? I didnt find the any API call for salesforce which supports this.
Your response is appreciated.
Thanks
shaan
The metadata api can give you the report definition, but there's no API to actually run the report and retrieve the results.

I know there is nothing in the documentation, but I have seen 2 third party apps that do this exact operation by loading the url asynchronously.