Get a user task list
GET
/user_task_lists/{user_task_list_gid}
User Task Lists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.asana.com/api/1.0/user_task_lists/'
Response Response Example
200 - Example 1
{
"data": {
"gid": "12345",
"resource_type": "task",
"name": "My Tasks in My Workspace",
"owner": {
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
},
"workspace": {
"gid": "12345",
"resource_type": "task",
"name": "My Company Workspace"
}
}
}
Request
Path Params
user_task_list_gid
string
required