# Retrieve the details for a task on the TODO list **GET /tasks/{taskId}** Returns the details for a task from the TODO list by identifier ## Servers - https://api.todolist.local/v1: https://api.todolist.local/v1 () ## Authentication methods - oauth2 ## Parameters ### Path parameters - **taskId** (integer) The ID of the task to operate on ## Responses ### 200 Returns the details of the retrieved task #### Body: application/json (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)