Hi Team,
My requirement is to extract the data from exports and load it into the snowflake.
Currently in Postman I used the post method and create the export task
https://api.anaplan.com/1/3/workspaces/8a81b0945cdbe1ec015ce678a3f60051/models/420BD91A05144xxxxxxxxx/exports/11600xxxxx/tasks
Once I received the task id I used get method to run the exports
https://api.anaplan.com/1/3/workspaces/8a81b0945cdbe1ec015ce67xxxxxxxx/models/420BD91A051443C6ADACxxxxxxxxx/exports/11600000xxxxxx/tasks/8C0D39D0D7554000B1947F7728xxxx
But I am getting the response as below:
{
"taskId": "8C0D39D0D7554000B1947F7721xxxx",
"currentStep": "Failed.",
"progress": 0.0,
"result": {
"details": [
{
"localMessageText": "You are not authorised to run xxxxx.xls",
"occurrences": 0,
"type": "notAuthorised"
}
],
"failureDumpAvailable": false,
"objectId": "116000000005",
"successful": false
},
"taskState": "COMPLETE"
}
Please let me know how to fix the issue.
Thanks
KAndasamy