get https://app.asana.com/api/1.0/tasks
Returns the compact task records for some filtered set of tasks. Use one or more of the parameters provided to filter the tasks returned. You must specify a project
or tag
if you do not specify assignee
and workspace
.
For more complex task retrieval, use workspaces/{workspace_gid}/tasks/search.
Customizing the response
Requests to this endpoint return "compact" task objects (schema) by default. To include more fields in the response, see input/output options.