List Part Studio features
onshape_get_featuresGet the full feature tree with each feature's ID, type, parameters, and regeneration state. Ideal when you need detailed feature-level information instead of just the final geometry.
Instructions
The full feature tree with each feature's id, type, parameters and regeneration state. Large — prefer onshape_measure or onshape_get_parts when you only need the result of the tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ws | Yes | Workspace id — the <ws> segment of the document URL. | |
| doc | Yes | Document id — the <doc> in cad.onshape.com/documents/<doc>/w/<ws>/e/<elem>. | |
| elem | Yes | Element id (tab) — the <elem> segment of the document URL. | |
| configuration | No | Encoded configuration string from onshape_encode_configuration. |