Solved

What REST API and endpoint can I use to retrieve an event (or all events) for a user_id?

  • 5 April 2024
  • 1 reply
  • 22 views

I would like to call an Amplitude REST API to retrieve the most recent event for a specific user_id. It that’s not possible, I’d be happy just getting a JSON containing all user’s events. Is there a way to do this?

icon

Best answer by Saish Redkar 5 April 2024, 21:17

View original

1 reply

Userlevel 7
Badge +10

Hi @richar.balbat 

The User Activity endpoint should help with this - https://www.docs.developers.amplitude.com/analytics/apis/dashboard-rest-api/#user-activity

Reply