---
title: "List Linked Objects"
method: GET
path: "/public/v1/documents/{id}/linked-objects"
tags: ["Document Link to CRM"]
---

# List Linked Objects

`GET /public/v1/documents/{id}/linked-objects`

Get a list of linked objects for the document.

## Path parameters

- `id` string, required

## Response `200`

Success response

- LinkedObjectListResponse
  - `linked_objects` LinkedObjectCreateResponse[]
    - `id` string — Linked object identifier (link_id).
    - `provider` string — CRM name (lowercase). See the list of available providers: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms
    - `entity_type` string — Entity type. See the available entity types: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms
    - `entity_id` string — Entity unique identifier. The system validates if the entity exists.
    - `children` LinkedObjectChild[]
      - `id` string — Linked object identifier (link_id).
      - `entity_type` string — Entity type. See the available entity types: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms
      - `entity_id` string — Entity unique identifier. The system validates if the entity exists.

## 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)
