---
title: "Get list of published products"
method: GET
path: "/api/rest/v1/published-products"
tags: ["Published product"]
---

# Get list of published products

`GET /api/rest/v1/published-products`

This endpoint allows you to get a list of published products. Published products are paginated and they can be filtered.

## Query parameters

- `search` string
- `scope` string
- `locales` string
- `attributes` string
- `pagination_type` 'page' | 'search_after'
- `page` integer
- `search_after` string
- `limit` integer
- `with_count` boolean

## Response `200`

Return published products paginated

- object
  - `_links` object
    - `self` object
      - `href` string — URI of the current page of resources
    - `first` object
      - `href` string — URI of the first page of resources
    - `previous` object
      - `href` string — URI of the previous page of resources
    - `next` object
      - `href` string — URI of the next page of resources
  - `current_page` integer — Current page number
  - `_embedded` object
    - `items` object[]
      - `_links` object
        - `self` object
          - `href` string — URI of the resource
      - `identifier` string, required — Published product identifier, i.e. the value of the only `pim_catalog_identifier` attribute
      - `enabled` boolean — Whether the published product is enable
      - `family` string — <a href='api-reference-paas.html#Family'>Family</a> code from which the published product inherits its attributes and attributes requirements
      - `categories` string[] — Codes of the <a href='api-reference-paas.html#Category'>categories</a> in which the published product is classified
      - `groups` string[] — Codes of the groups to which the published product belong
      - `values` object — Published product attributes values, see <a href='/concepts/products.html#focus-on-the-product-values'>Product values</a> section for more details
      - `associations` object — Several associations related to groups and/or other published products, grouped by association types
        - `associationTypeCode` object
          - `groups` string[] — Array of groups codes with which the published product is in relation
          - `products` string[] — Array of published product identifiers with which the published product is in relation
          - `product_models` string[] — Array of product model codes with which the product is in relation (only available since the v2.1)
      - `quantified_associations` object — Warning: associations with quantities are not compatible with the published products. The response will always be empty.
      - `created` string, dateTime — Date of creation
      - `updated` string, dateTime — Date of the last update

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `403` — Access forbidden
- `406` — Not Acceptable
- `422` — Unprocessable entity

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
