also, the API docs say there's an export limit of 100000 events per request, but I got a response of >250k events in my first test, and it's making me wonder if the documentation might be out of date
the RAW export api only looks at properties of events so you cannot use "user[]" you need to use properties[]. This is because this API is only reading the RAW stored events that contains event properties. User properties are a different model. The segmentation expressions doc is a general one for expressions (not specifically for raw export)
the 100K limit only applies IF you use the โlimitโ parameter. You cannot provide a value higher than 100K for "limit". But if you do not specify a limit parameter, the API will return any number of events (unlimited) as long as the request does not time out and your destination can handle the data.