Does the Assistants API actually support streaming?

On the “What’s New In Assistants API”, (https://platform.openai.com/docs/assistants/whats-new) it says:

" * Assistants API now supports streaming."

With a link to what looks like a way to make a run with streaming. That URL just loads the “Overview” page for Assistants.

In the Deep Dive there is only 1 mention of Streaming, near the end in the section called 'Polling for updates" it says:

" If you are not using streaming, in order to keep the status of your run up to date, you will have to periodically retrieve the Run object. You can check the status of the run each time you retrieve the object to determine what your application should do next."

Again same link back to the Overview page. It sound like we can do streaming, but I can’t find any documentation. Does this work?

https://platform.openai.com/docs/api-reference/assistants-streaming/events

Thank you, I could not find this documentation anywhere.