---
title: "GET /documents"
method: GET
path: "/documents"
tags: ["Documents"]
---

# GET /documents

`GET /documents`

List documents

## Query parameters

- `page` integer
- `limit` integer
- `target_culture` string
- `document_type_code` string
- `medias_included` integer
- `media_fields_included` integer
- `parent_documents` integer
- `target_documents` integer
- `updated_at_min` string

## Headers

- `quable-codes` string
- `quable-completenesses` string
- `quable-tags` string

## Response `200`

Success

- DocumentList
  - `links` string[]
  - `data` DocumentSingle[]
    - `id` integer
    - `code` string
    - `type` string
    - `document_type` string
    - `active` boolean
    - `created_at` string, datetime
    - `updated_at` string, datetime
    - `fields` array[]
      - object[]
    - `completeness` DocumentSingleCompletenessElement[]
      - `code` object
        - `locale` object
          - `ratio` integer
          - `success` boolean
    - `links` LinkElement[]
      - `rel` string
      - `href` string
    - `variants` DocumentSingleVariantElement[]
      - `id` integer
      - `code` string
      - `active` boolean
      - `fields` string[]
      - `links` LinkElement[]
        - `rel` string
        - `href` string
    - `medias` DocumentSingleMediaElement[]
      - `id` integer
      - `code` string
      - `active` boolean
      - `fields` string[]
      - `links` LinkElement[]
        - `rel` string
        - `href` string
    - `parent_documents` DocumentSimple[]
      - `id` integer
      - `code` string
      - `type` string
      - `document_type` string
      - `active` boolean
      - `created_at` string, datetime
      - `updated_at` string, datetime
      - `links` LinkElement[]
        - `rel` string
        - `href` string
    - `target_documents` DocumentSimple[]
      - `id` integer
      - `code` string
      - `type` string
      - `document_type` string
      - `active` boolean
      - `created_at` string, datetime
      - `updated_at` string, datetime
      - `links` LinkElement[]
        - `rel` string
        - `href` string
  - `included` DocumentIncludedItem[]
    - `code` string
    - `type` string
    - `values` EavValueLabel[]
      - `code` integer
      - `label` string
  - `count` integer

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
