Skip to main content
GET
Get an Asset Type

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

assetTypeId
string<uuid>
required

Asset type ID

Query Parameters

include_deleted
boolean

Include soft-deleted properties (default: false)

expand
string

Comma-separated expansions. Supported: monitors (attach monitors targeting each property)

Response

Default Response

id
string<uuid>
required

Asset type unique identifier

name
string
required

Asset type name (unique, used in URLs)

display_name
string
required

Display name for UI

is_system
boolean
required

Whether this is a system asset type

properties
object[]
required

Asset type properties

version
number
required

Asset type version

account_id
string<uuid>

Account ID

description
string

Asset type description

references
object[]

Asset type references

ui_config
object

UI rendering hints for the asset/entity type

created_at
string<date-time>

Creation timestamp

updated_at
string<date-time>

Last update timestamp

created_by
string

User ID who created

updated_by
string

User ID who last updated