---
title: "Gets a Todo list by unique identifier"
method: GET
path: "/lists/{listId}"
tags: ["Lists"]
---

# Gets a Todo list by unique identifier

`GET /lists/{listId}`

## Path parameters

- `listId` string, required

## Response `200`

A Todo list result

- TodoList — A list of related Todo items
  - `id` string
  - `name` string, required
  - `description` string

## Other responses

- `404` — Todo list not found

---

[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)
