analytics-1.4-apis
analytics-1.4-apis copied to clipboard
Every time getting "Invalid report ID" error while getting report using method=Report.Get
Hi, I am getting an error "Invalid report ID" with status code 400 while fetching report by reportID
I am using Report.Queue API to create report jobs,

Using Report.Get to access generated report with ID i.e 1909421176 but unfortunately API through below error
{
"error": "report_id_invalid",
"error_description": "Invalid report ID",
"error_uri": null
}

Can anyone please share your thoughts below Thank you!