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

# GET /list/{listId}/entities

`GET /list/{listId}/entities`

Returns all entities in the specified list as a JSON array with no pagination.

## Response `200`

Success

- EntityEntry[]
  - `entity` ResolvedEntity, required
    - `id` string, required
    - `type` string, required
    - `name` string, required
  - `context` object — Optional metadata attached to this entity when it was added to the list. Contains arbitrary key-value pairs set by the caller via the Add Entity endpoint. Only present if context was provided when the entity was added.
  - `status` 'pending' | 'processing' | 'ready', required — `pending` — awaiting initial processing after being added; `processing` — currently being indexed; `ready` — fully processed and available for use in alerts and queries.
  - `added` string, date-time, required — Timestamp when the entity was added to the list

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