---
title: "Returns a list of Assets for a specific contact"
method: GET
path: "/customer_assets/assets_by_contact/{contact_id}"
tags: ["Asset"]
---

# Returns a list of Assets for a specific contact

`GET /customer_assets/assets_by_contact/{contact_id}`

Required permission: Assets - List/Search
Returns a list of assets associated with a specific contact ID.

## Path parameters

- `contact_id` integer, required

## Query parameters

- `page` integer

## Response `200`

returns assets in alphabetical order by name

## Other responses

- `404` — contact from different account

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
