---
title: "Get a list by ID"
method: GET
path: "/lists/{id}"
tags: ["lists"]
---

# Get a list by ID

`GET /lists/{id}`

Returns a single list identified by its ID.

## Path parameters

- `id` string, required

## Headers

- `rasa-token` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized
- `404` — List not found

---

[API](https://skmtc.net/rasa/apis/rasa-io-api.md) · [All operations](https://skmtc.net/rasa/apis/rasa-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rasa/rasa-io-api/revisions/60891bc551db/schema)
