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

# Get an asset of a given asset family

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

This endpoint allows you to get the information about a given asset for a given asset family. This endpoint is case sensitive on the asset family code.

## Path parameters

- `asset_family_code` string, required
- `code` string, required

## Response `200`

OK

- object
  - `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
- `404` — Resource not found
- `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)
