---
title: "List Documents by Linked Object"
method: GET
path: "/public/v1/documents/linked-objects"
tags: ["Document Link to CRM"]
---

# List Documents by Linked Object

`GET /public/v1/documents/linked-objects`

Get a list of documents connected to a linked object - an entity from an integration.

## Query parameters

- `entity_id` string, required
- `entity_type` string, required
- `provider` string, required
- `order_by` string
- `owner_ids` string[]

## Response `200`

200

- object[]
  - `id` string
  - `status` string
  - `date_created` string
  - `template_id` string

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
