The way I understand it is that the “gid” returned is the id of a job that is supposed to run to complete the duplication of the task. I hit the endpoint to check the job and it tells me that it completed successfully, but when I check Asana the “duplicate task” is nowhere to be found. Am I doing something wrong? If so, any help will be much appreciated.
In the response you pasted, I see that the new_task field points to a task in Asana. Are you able to fetch that task via GET /tasks/<task-gid>? Inspecting that task will tell you where it is.
Hi @Brendon_Davies—the task duplication endpoint does not accept a projects parameter. You can consult the documentation for the parameters it does accept. I believe you want to specify include: ["projects"]