Returns all entities in the specified list as a JSON array with no pagination.
What this endpoint does
This operation retrieves all entities contained in a specific Recorded Future list, returning each entity's identity and processing status. Use this endpoint to inspect or audit the contents of a list after populating it via the Lists: Add Entity endpoint, or to export list membership for integration with external tools. To find the list ID needed for this endpoint, use the Lists: Search endpoint or save the ID returned when creating a list via the Lists: Create endpoint.
Response data
The response is a bare JSON array of entity entries (not wrapped in an envelope object) with no pagination — all entities in the list are returned in a single response. Each entry includes an entity object (containing the Recorded Future entity id, type, and human-readable name), a status field indicating whether the entity is pending (recently added, not yet fully indexed) or ready (fully processed and available for platform features), and an added timestamp showing when the entity was added to the list.
