get_artifacts
List artifacts associated with a parent conversation, optionally filtered by artifact type and row limit. Retrieve saved research, code, tables, frameworks, specs, or diagrams from persistent memory.
Instructions
List artifacts linked to a parent conversation. Pairs with save_artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 20, max 100) | |
| artifact_type | No | Optional filter: research|code|table|framework|spec|diagram|other | |
| parent_conversation_id | Yes | Parent conversation id that artifacts were saved against |