Hi, i’m trying to create a spreadsheet to display on what stage of the funnel have my users reached.
The first thing i tried, was to use the endpoint `https://amplitude.com/api/3/chart/chart_id/query`, but it only brings general information about the quantity of user on each stage of the funnel, it doesn’t even bring the id of the users on each stage
The data i need is the same i get when i download the users on a step of the funnel, but on my research on the documentation, i couldn’t find any endpoint that would let me get this specific information. (the users on this specified funnel chart)
Is there any way i could get this information through the API?