Streams still returning 'IA' for cursor pagination

In my current data set I wont get more than 100.

But if I send a request with 300 ID’s to look up, and 150 of them are currently streaming, I should expect to get a response with 100 stream objects and a pagination string. I can then call the same get request with the “after=” added to the end to obtain a response with the remaining 50 streamer objects.

Right?