lb_unarchive_para_item
Restores an archived PARA item, making it active again. The item becomes available for new node tagging and appears in active lists.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the PARA item to unarchive |
Response
Section titled “Response”{ "id": "...", "status": "active"}Usage notes
Section titled “Usage notes”- This operation is idempotent. Unarchiving an already-active item returns successfully without error.
- Node-tag associations that existed before archiving are restored. Nodes that were tagged with this item before it was archived will be associated with it again.
- After unarchiving, the item can be used with
lb_update_node_tagsand will appear inlb_list_para_itemsresults filtered bystatus: "active".