API for time taken

Hey Team,

Could you help us find an API for the following highlighted column, if it has API for the same.

Hi @BI_Reports and welcome to the forum,

There’s no built-in Asana field for “Time Taken” so it must be a custom field. You’ll get its values by getting the data for a task (or tasks) and parsing the return data for its value among the task’s custom fields.

There are different endpoints depending on whether you want one task, all tasks in a project, a filtered list, etc. Here are a few endpoints you might use depending on your needs: