List Assets
List assets for the authenticated company. Supports pagination and filters (account_id, site_id, status, type, manufacturer, is_archived, date range on updated_at).
Authentication
x-api-keystring
API Key authentication via header
Query parameters
page
page_size
order_by
Allowed values:
account_id
Filter to assets belonging to a specific account.
site_id
status
Asset lifecycle status.
Allowed values:
type
Asset type enum.
manufacturer
Case-insensitive substring match on manufacturer.
is_archived
Filter by archive state. Accepts true / false / 1 / 0.
Allowed values:
updated_after
updated_before
Response
List of assets
id
Asset identifier.
status
Asset lifecycle status.
Allowed values:
siteId
labels
Labels attached to the asset, ordered by position.
isArchived
uid
Short human-readable identifier for the asset (nullable for older records).
name
type
Asset type enum.
manufacturer
model
serialNumber
accountId
ID of the account (project with type ACCOUNT) the asset belongs to.
size
installDate
manufacturingDate
expectedLifetime
Expected lifetime in years
description
coverImageFileId
nameplateImageFileId
createdAt
updatedAt
Errors
400
Bad Request Error
401
Unauthorized Error
