Retrieve a run response once completed

Is there a way to retrieve the text response once a run is completed using https://api.openai.com/v1/threads/runs without having to get the text response manually once the run is completed using https://api.openai.com/v1/threads/{thread_id}/ ?

Thank you