---
title: "Get all todos"
method: GET
path: "/todos"
tags: ["Standard Todo List Endpoints"]
---

# Get all todos

`GET /todos`

Gets all the todos in the todo list.

## Response `200`

A list of todos

- TodoObject[]
  - `ID` integer, required
  - `OwnerID` integer, required
  - `Title` string, required
  - `Completed` boolean, required

---

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