Skip to content

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.

Parameter Type Required Description
id string Yes The ID of the PARA item to unarchive
{
"id": "...",
"status": "active"
}
  • 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_tags and will appear in lb_list_para_items results filtered by status: "active".