I am using hatchet-sdk==0.47.0 for Python.
As an example, I am looking at /workflow-runs/0e7ee639-a334-4296-b1f9-da98932123a1 in the web UI and can clearly see an input (dict) on the page.
However, for this and all other workflow runs that I have tried:
> my_module.hatchet.rest.workflow_run_get("0e7ee639-a334-4296-b1f9-da98932123a1").input is None
True
I have tried poking around the rest of the SDK but see Nones in other possible locations too.