Returns unstructured text entries stored in the specified list as a JSON array.
What this endpoint does
This operation retrieves the text entries stored in a specific Recorded Future list. Text entries are free-form text strings (such as raw indicators or notes) that have been added to a list, as opposed to structured entity entries that are linked to Recorded Future's entity graph. While the Lists: Get Entities endpoint returns resolved entity objects with IDs, types, and names, this endpoint returns unstructured text content associated with the list. Use the Lists: Search endpoint to find the list ID needed for this request.
Text entries are specific to text-type lists (lists created with type: "text"). Entity-type lists store structured entities retrieved via Lists: Get Entities instead. Calling this endpoint on an entity-type list will return an empty array.
Response data
The response is a bare JSON array of strings with no pagination — all text entries in the list are returned in a single response. If the list has no text entries, the response is an empty array [].
Error: List is not migrated
A 400 response with the message "List is not migrated" indicates the list has not been migrated to the current storage backend. This is an internal state that cannot be resolved through the API — contact Recorded Future support if you encounter this error.
