---
title: "Get asset properties"
method: GET
path: "/v1/objects/{object-id}/asset-properties"
tags: ["Objects"]
---

# Get asset properties

`GET /v1/objects/{object-id}/asset-properties`

Retrieve the asset object's properties as a JSON object mapping attribute name
to value. This is the same representation embedded as the `properties` object in
the full asset document. The target object must be an asset.

## Path parameters

- `object-id` integer, required

## Response `200`

Asset properties as a name/value map.

- object

## Other responses

- `400` — Object is not an asset
- `401` — Unauthorized
- `403` — User does not have read access to the object
- `404` — Object with given ID does not exist

---

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