---
title: "Get all todos"
method: GET
path: "/todos"
tags: ["📝 Todo list"]
---

# Get all todos

`GET /todos`

The API endpoint allows you to retrieve all the added todos.

When accessing this endpoint, you will receive a response containing a list of all the todos that have been added.

## Query parameters

- `query` string
- `complete` string

## Response `201`

Get all todos

- object
  - `data` object[]
    - `__v` number
    - `_id` string
    - `createdAt` string
    - `description` string
    - `isDone` boolean
    - `title` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/versions/a9f3a290e4dc/schema)
