Read a design session
session_getFetch named entries from a session. Prefer session_run for actually USING the values — it keeps raw sequences out of your context. Use this mainly to inspect or debug what a session currently holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | Only return these entries; omit to return all of them. | |
| sessionId | Yes |