---
title: "List items linked to multiple source documents"
method: GET
path: "/analytics/items/merged"
tags: ["analytics"]
---

# List items linked to multiple source documents

`GET /analytics/items/merged`

Returns a paginated list of items that have been enriched from
more than one source document (merged items), along with the
source document metadata for each item.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ModelsMergedItemsListResponse
  - `business_id` string
  - `items` ModelsMergedItemEntry[]
    - `category` string
    - `doc_count` integer
    - `documents` ModelsMergedItemDocument[]
      - `classification` string
      - `filename` string
      - `id` string
      - `status` string
    - `id` string
    - `manufacturer` string
    - `part_number` string
    - `title` string
  - `limit` integer
  - `offset` integer
  - `total` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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