---
title: "Get the list of the assets of a given asset family"
method: GET
path: "/api/rest/v1/asset-families/{asset_family_code}/assets"
tags: ["Asset"]
---

# Get the list of the assets of a given asset family

`GET /api/rest/v1/asset-families/{asset_family_code}/assets`

This endpoint allows you to get a list of assets of a given asset family. Assets are paginated. This endpoint is case sensitive on the asset family code.

## Path parameters

- `asset_family_code` string, required

## Query parameters

- `search` string
- `channel` string
- `locales` string
- `search_after` string

## Response `200`

Return the assets of the given asset family 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
    - `next` object
      - `href` string — URI of the next page of resources
  - `_embedded` object
    - `_items` object[]
      - `_links` object
        - `self` object
          - `href` string — URI of the resource
      - `code` string, required — Code of the asset
      - `asset_family_code` string — Code of the asset family
      - `values` object — Asset attributes values, see the <a href='/concepts/asset-manager.html#focus-on-the-asset-values'>Focus on the asset values</a> section for more details.
      - `created` string, dateTime — Date of creation
      - `updated` string, dateTime — Date of the last update

## Other responses

- `401` — Authentication required
- `406` — Not Acceptable

---

[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/revisions/d8bda9b93b59/schema)
