---
title: "Get all TODO items"
method: GET
path: "/todos"
---

# Get all TODO items

`GET /todos`

Returns a list of all TODO items.

## Response `200`

A list of TODO items

- TodoItem[]
  - `id` string, required — Unique identifier for the TODO item
  - `title` string, required — The title of the task
  - `completed` boolean, required — Whether the task is completed
  - `dueDate` string, date-time — When the task is due

---

[API](https://skmtc.dev/livesession/apis/todo-api.md) · [All operations](https://skmtc.dev/livesession/apis/todo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livesession/todo-api/revisions/954de929f2b2/schema)
