recall
List memories saved under the given code, optionally substring-filtered by query. Session-gated for symmetry with remember.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| limit | No | ||
| query | No | ||
| session_token | No | Optional. The SESSION_TOKEN emitted by bootstrap_session. Pass it here when your client cannot set a per-call Authorization: Bearer header. |