Get Linked Sessions
vault_get_linked_sessionsFind documents linked to a conversation session, including both manual and auto-generated links, to trace related knowledge.
Instructions
Return LoreDocs documents linked to a given LoreConvo session.
Queries the LoreDocs cross_product_links table for links where the session is the source or target. Returns both auto and manual links. Requires Pro tier for auto-links.
Args: session_id -- LoreConvo session UUID limit -- max results (default 5)
Returns same structure as vault_get_session_links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| session_id | Yes |