---
title: "Gets an array of Todo lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# Gets an array of Todo lists

`GET /lists`

## Query parameters

- `top` number
- `skip` number

## Response `200`

An array of Todo lists

- TodoList[]
  - `id` string
  - `name` string, required
  - `description` string

## Changes

- **2023-01-11** `5eb2c9dd8927` — 3 breaking
  - for the `query` request parameter `skip`, default value `0` was added
  - for the `query` request parameter `top`, default value `20` was added
  - the response's body type/format changed from ``/`` to `array`/`` for status `200`
- **2022-03-25** `0da8ac805a39` — 3 breaking
  - for the `query` request parameter `skip`, default value `0` was removed
  - for the `query` request parameter `top`, default value `20` was removed
  - the response's body type/format changed from `array`/`` to ``/`` for status `200`

[Change history](https://skmtc.dev/azure/apis/simple-todo-api/changes/lists/get.md)

---

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