this is link to my report which I am trying to fetch. Problem is that I can't find any API for fetching the data from the reports. Can anyone suggest a solution or guide me about this.
Other Question is that can we export our report using an api as usually report is sent through the email?
Currently, HubSpot does not offer a direct API endpoint to fetch data from reports created in the reporting and data tab or to export reports.
However, you can use HubSpot’s Reporting API for custom reports created via the API, export reports manually, or schedule reports to be sent through email and then use email parsing tools to extract data.
For automation, you can use browser automation tools like Selenium.
Currently, HubSpot does not offer a direct API endpoint to fetch data from reports created in the reporting and data tab or to export reports.
However, you can use HubSpot’s Reporting API for custom reports created via the API, export reports manually, or schedule reports to be sent through email and then use email parsing tools to extract data.
For automation, you can use browser automation tools like Selenium.
Thanks @KhushbooRevOps for your answer, so the reports which are not created through api's can't be accessed through the api's right? For exporting of reports there is nothing except for downloading through the email? Actually, I don't want to go to the scrapping part due to some security issues.