How to get the Tool JSON Parameters after you have already submitted the output

I am using the Assistant APIs and we have created a tool called get_data, By using the APIs and polling for the run, I am able to get the Parameters from the tool calling and then submit the relevant output to the Assistant. Now I want to show this conversation again to the user, and everything would be fine.

Unless the conversation also contain some internally used data that we get from the function get_data as called previously. Now since we never get the tool parameters from getMessages API or retrieveRun API. How do I see the tool calls parameters again, after I have already submitted the tool output.

P.S. I can see that in the UI in the threads section of the Open AI Platform, which means it must be accessible.

Well, I posted this and immediately figured this out, my bad. I have been using the API with wrong Run ID and thus was not getting the desired output.

/v1/threads/${THREAD_ID}/runs/${RUN_ID}/steps