---
title: "Associated Entities"
method: GET
path: "/entity/list"
tags: ["Detection Rule"]
---

# Associated Entities

`GET /entity/list`

List all entities linked to at least one detection rule, usable as search filters.

## Response `200`

Success

- DetectionRuleEntity[] — Array of entities that can be used as filter values in Detection Rule Search.
  - `id` string, required — Entity ID for use in detection-rule/search filter
  - `type` string, required — Additional information about entity types is provided by the /entity/types endpoint. It can be used to find the display name of the entity type.
  - `name` string, required
  - `display_name` string

## Other responses

- `400` — Bad Request

---

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