Get a stream of events for a thread.
for chunk in client.threads.join_stream(
thread_id="my_thread_id",
last_event_id="my_event_id",
):
print(chunk)Optional custom headers to include with the request.
Optional query parameters to include with the request.