---
title: "Insights For Entity"
method: GET
path: "/v2/ontology/entity/{entity_id}/insights"
tags: ["Ontology"]
---

# Insights For Entity

`GET /v2/ontology/entity/{entity_id}/insights`

## Path parameters

- `entity_id` integer, required

## Query parameters

- `entity_representation` string, required — Entity representation
- `search` string, nullable — Search term
- `limit` integer, nullable — Limit the number of results
- `min_score` number, nullable — Minimum score for search results

## Request body

- object, nullable

## Response `200`

Successful Response

- InsightListResponse
  - `insights` Insight[], required
    - `insight_id` integer, required
    - `insight_name` string, required
    - `topic_id` integer, required
    - `topic_name` string, required
    - `is_event` boolean, nullable
  - `source_count` integer, nullable
  - `subject_count` integer, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
