Get Session Links for Doc
vault_get_session_linksRetrieves cross-product LoreConvo sessions linked to a LoreDocs document. Returns similarity scores, link type, and staleness; manual links always included, auto-links when Pro tier satisfied.
Instructions
Return cross-product LoreConvo sessions linked to a LoreDocs document.
Both LoreConvo and LoreDocs must be installed. Requires Pro tier for auto-links. Manual links are always returned.
Args: doc_id -- LoreDocs document ID limit -- max results (default 5)
Returns dict with: schema_version -- CROSS_LINK_SCHEMA_VERSION for version negotiation cross_product_available -- bool tier_gate -- "satisfied" | "pro_required" links -- list of {target_product, target_id, similarity_score, link_type, created_at, is_stale}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| doc_id | Yes |