# List available tasks on the TODO list **GET /tasks** Lists tasks that have been created, with a default filter of 'new' and 'in progress' tasks unless specified otherwise ## Servers - https://api.todolist.local/v1: https://api.todolist.local/v1 () ## Authentication methods - oauth2 ## Parameters ### Query parameters - **status** (string) Filters the list of tasks by the status provided ## Responses ### 200 Returns a list of Tasks, with any request filters applied #### Body: application/json (array[object]) - **id** (integer) The unique identifier for a task. - **description** (string) A brief summary of the task. - **status** (string) The current status of the task, which can be 'new', 'in progress', or 'completed'. [Powered by Bump.sh](https://bump.sh)