---
title: "Linked Insight Ids"
method: GET
path: "/v2/prisms/ontology/insights/linked"
tags: ["Prisms Internal"]
---

# Linked Insight Ids

`GET /v2/prisms/ontology/insights/linked`

IDs linked to every selected entity representation.

The browser already holds the prism-eligible, provider-filtered catalog.
This route returns only graph adjacency; the browser intersects these ids
locally, so typing and combining selected entities never query the server.

## Query parameters

- `entity_id` integer[], required — Selected entity carc_ids (paired with entity_representation)
- `entity_representation` string[], required — Representations paired 1:1 with entity_id

## Response `200`

Successful Response

- PrismInsightLinkedResponse — Eligible catalog ids linked to every selected entity representation.
  - `insight_ids` integer[], required

## 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/revisions/bd33ea42994c/schema)
