Hey @Mike
From what I know, downloading event streams for an individual user ID via CSV isn’t currently supported in the User Lookup UI. If you are just looking at events performed by user and their total counts for a time period, then a exporting a chart like this might help.
The only other way to get an “Event Stream” download would be exporting your project’s raw event data and then querying on that individual user ID.
Here are some ways of exporting your project’s raw event data -
- If you are a paid customer, then you can setup recurring exports to the cloud destination of your choice ( S3, Snowflake, GCS ) directly from the Amplitude UI. These would be ideally in a database table and then you can query using SQL.
- If you are not on a paid plan, then you can leverage the Export API to export your event data. This would be exported as JSON zipped files.
- You can also export raw data directly for a project using the Export Data option in your project settings.These too would be exported as JSON zipped files.
Let me know if I have interpreted your question correctly. Hope this helps!