---
title: "Get Asset Profile (getAssetProfileById)"
method: GET
path: "/api/assetProfile/{assetProfileId}"
tags: ["asset-profile-controller"]
---

# Get Asset Profile (getAssetProfileById)

`GET /api/assetProfile/{assetProfileId}`

Fetch the Asset Profile object based on the provided Asset Profile Id. The server checks that the asset profile is owned by the same tenant. 

Available for users with 'TENANT_ADMIN' authority.

## Path parameters

- `assetProfileId` string, required

## Query parameters

- `inlineImages` boolean

## Response `200`

OK

- AssetProfile — A JSON value representing the asset profile.
  - `id` AssetProfileId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'ASSET_PROFILE', required — string
  - `createdTime` integer — Timestamp of the profile creation, in milliseconds
  - `tenantId` TenantId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'TENANT', required — string
  - `name` string — Unique Asset Profile Name in scope of Tenant.
  - `description` string — Asset Profile description.
  - `image` string — Either URL or Base64 data of the icon. Used in the mobile application to visualize set of asset profiles in the grid view.
  - `defaultRuleChainId` RuleChainId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'RULE_CHAIN', required — string
  - `defaultDashboardId` DashboardId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'DASHBOARD', required — string
  - `defaultQueueName` string — Rule engine queue name. If present, the specified queue will be used to store all unprocessed messages related to asset, including asset updates, telemetry, attribute updates, etc. Otherwise, the 'Main' queue will be used to store those messages.
  - `defaultEdgeRuleChainId` RuleChainId
    - `id` string, uuid, required — ID of the entity, time-based UUID v1
    - `entityType` 'RULE_CHAIN', required — string
  - `version` integer
  - `default` boolean — Used to mark the default profile. Default profile is used when the asset profile is not specified during asset creation.

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
