---
title: "GET /api/v1/analyze/project-document-similarity/list/"
method: GET
path: "/api/v1/analyze/project-document-similarity/list/"
tags: ["analyze", "v1"]
---

# GET /api/v1/analyze/project-document-similarity/list/

`GET /api/v1/analyze/project-document-similarity/list/`

Project Document Similarity List for ONE document

## Query parameters

- `text_max_length` integer
- `run_id` integer
- `document_id` integer
- `jq_filters` object

## Response `200`

- ProjectDocumentSimilarityResponse
  - `data` ProjectDocumentSimilarityResponseDataInner[], required
    - `document_a_name` string, required
    - `document_a_id` string
    - `document_b_name` string, required
    - `document_b_id` string
    - `document_b_text` string, required
    - `similarity` string, decimal, required
    - `run_id` string
  - `document_a_id` integer, nullable
  - `document_a_name` string, nullable
  - `total_records` integer

## Changes

- **2021-09-22** `63116f2e9e3e` — 1 breaking, 4 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `document_a_id` to the response with the `200` status
  - added the optional property `document_a_name` to the response with the `200` status
  - added the optional property `total_records` to the response with the `200` status
  - …1 more
- **2021-05-24** `8167164be9cc` — 1 info
  - endpoint added
- **2020-12-11** `0957c4a7ae3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/analyze/project-document-similarity/list/get.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
