session_get
Retrieve complete details for a specific Horizon session by its ID. Use session_list to find valid session IDs before querying.
Instructions
[READ] Full detail for one Horizon session by id.
A wrong id returns a teaching error ("run session_list for current ids"), not a traceback. Use session_list to discover ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Horizon target from config.yaml; omit to use the default. | |
| session_id | Yes | The session id (from session_list). |