---
title: "GET /list/{listId}/textEntries"
method: GET
path: "/list/{listId}/textEntries"
tags: ["List"]
---

# GET /list/{listId}/textEntries

`GET /list/{listId}/textEntries`

Returns unstructured text entries stored in the specified list as a JSON array.

## Response `200`

Success — returns a bare JSON array of strings. Empty array if the list has no text entries.

- TextEntry[]

## Other responses

- `400` — List is not migrated
- `404` — No such list

---

[API](https://skmtc.dev/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.dev/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
