Assets API
GET/api/v1/assets/{id}/notes
Product availabilityAlgaPSA

Get asset notes

Returns the BlockNote content of the asset notes document, or an empty result when no notes exist.

RBAC · asset

Path parameters

idstring <uuid>Required
Asset UUID from assets.asset_id.

Response body

Success response 200 · schema AssetNotesResponse

documentobjectNullable
blockDataany
Parsed BlockNote JSON, or null when no notes exist.
lastUpdatedstringNullable

Response codes

200
Asset notes content.
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.
404
Asset not found.
500
Unexpected error.