---
title: "Get list of PAM assets"
method: GET
path: "/api/rest/v1/assets"
tags: ["PAM asset"]
---

# Get list of PAM assets

`GET /api/rest/v1/assets`

This endpoint allows you to get a list of PAM assets. PAM assets are paginated.

## Query parameters

- `pagination_type` 'page' | 'search_after'
- `page` integer
- `search_after` string
- `limit` integer
- `with_count` boolean

## Response `200`

Returns PAM assets 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
      - `code` string, required — PAM asset code
      - `categories` string[] — Codes of the PAM asset categories in which the asset is classified
      - `description` string — Description of the PAM asset
      - `localizable` boolean — Whether the asset is localized or not, meaning if you want to have different reference files for each of your locale
      - `tags` string[] — Tags of the PAM asset
      - `end_of_use` string, dateTime — Date on which the PAM asset expire
      - `variation_files` object[] — Variations of the PAM asset
        - `_link` object — Links to get and download the variation file
          - `self` object
            - `href` string — URI of the variation entity
          - `download` object
            - `href` string — URI to download the variation file
        - `locale` string — Locale code of the variation
        - `scope` string — Channel code of the variation
        - `code` string — Code of the variation
      - `reference_files` object[] — Reference files of the PAM asset
        - `_link` object — Links to get and download the reference file
          - `self` object
            - `href` string — URI of the reference file entity
          - `download` object
            - `href` string — URI to download the reference file
        - `locale` string — Locale code of the reference file
        - `code` string — Code of the reference file

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `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/versions/d8bda9b93b59/schema)
