AI Messsage Assets are by default automatically created by the agents when using the AIPrompt service. You can only retrieve AI Message Assets accessible to you.
This documentation covers two asset types:
type: "item" assets store a Luzmo item JSON payload generated by the item agent.
type: "dashboard" assets store a dashboard contents payload (e.g. the different visualization items in each view ) generated by the dashboard agent.
npm install @luzmo/nodejs-sdk{
"count": 1,
"rows": [
{
"id": "7bfcf7ff-dcb2-4963-9e9b-0fe651a342af",
"message_id": "2fdbacdc-d6e6-4a73-b22c-c4b6e9a10d98",
"type": "item",
"value": {
"type": "column-chart",
"options": {},
"slots": [],
"filters": []
},
"created_at": "2026-05-14T10:03:13.000Z",
"updated_at": "2026-05-14T10:03:13.000Z"
}
]
}