These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.49.

Activity

API endpoints for Activity.

GET /api/activity/most_recently_viewed_dashboard

Get the most recently viewed dashboard for the current user. Returns a 204 if the user has not viewed any dashboards in the last 24 hours.

GET /api/activity/popular_items

Get the list of 5 popular things for the current user. Query takes 8 and limits to 5 so that if it finds anything archived, deleted, etc it can usually still get 5.

GET /api/activity/recent_views

Get a list of 5 things the current user has been viewing most recently.


« Back to API index

Read docs for other versions of Metabase.

Thanks for your feedback!

See something that needs fixing? Propose a change.