session_get_steps
Fetch all recorded steps and notes from the active CADPilot session, including operation details, parameters, and timestamps, as a structured JSON list.
Instructions
Return all recorded steps and notes of the active session.
Returns:
JSON list of steps (step_number, operation, description, params,
objects_after fingerprint, atomic flag, timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |