Fetches all task lists for a project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
number
required

Project ID

Responses
200

Success

Example Response

id is the Task List ID in this case


{
  task_lists: [
    {
      complete_task_count: 0,
      id: 111,
      incomplete_task_count: 3,
      is_default: false,
      name: "List 1",
      project_id: 12345,
      project_tasks_count: 3,
      task_order: [
        123456,
        123457,
        123458,
      ],
    }
  ],
  task_list_order:[
    111
  ],
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!