Get Crystal Source Memories
Return the source memories a crystal was synthesized from.
Powers the "Built from N memories" section on the Crystal page in the Library wiki. Follows the CRYSTALLIZED_FROM edge that CreateCrystal writes during synthesis (one edge per source memory, with a contribution_weight property). Sorted by weight descending so the most-contributing memories surface first.
Path Parameters
crystal_id*Crystal Id
Query Parameters
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/library/crystal/string/source-memories"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}