Block until a run is done. Returns the final state of the thread.
client = get_sync_client(url="http://localhost:2024")
client.runs.join(
thread_id="thread_id_to_join",
run_id="run_id_to_join"
)Optional custom headers to include with the request.
Optional query parameters to include with the request.