6

I am interested in exporting data from Asana so we can run reports off of it. To do this, I will need to get a list of all tasks, including those archived. My understanding of the API that lists tasks is that if the task is archived, it will not be retrieved when getting tasks for a project. Is there a way to query all tasks, regardless if they are archived?

Jepthy
  • 61
  • 1

2 Answers2

1

There was already such question. According to Asana API there is no such opportunity. To ask why, you should ask Asana support team.

Community
  • 1
  • 1
Sergei Danielian
  • 4,938
  • 4
  • 36
  • 58
  • For some reason, when I searched before I didn't see that answer. Thank you. I posted on here at Asana's prompting (I originally asked them). From their email: "For questions about the API, please ask them on Stack Overflow. We will be monitoring the site for questions that mention Asana and answering them promptly" Regardless, thank you for your time in helping address my question. – Jepthy Jun 22 '12 at 16:34
1

Archived tasks can be accessed by including the parameter ?include_archived=true in your request for querying tasks by project.

Task section in Asana documentation

Justin
  • 3,418
  • 3
  • 27
  • 37
cabe56
  • 404
  • 2
  • 14