Understand the Aggregate API server behaviour

Hi I was looking into aggregation API server flow. Wanted to get some understanding on it’s underlying behaviour.

If the aggregate API server request is a streaming API (Example websocket). Will this incur load on the API server itself ?. i.e., will all the websocket traffic be routed through API server itself or only during the auth flow API server comes into the picture?.