Get Search Events by category with keyword

Hello!

I’m trying to view my site’s search events in a format like this:

|    DATE    | CATEGORY |   KEYWORD    |
| 2024-01-05 |   all    | how do I xyz |
| 2024-01-02 | contacts |   jane doe   |
| 2024-01-01 |   all    | what is xyz  |

I can’t seem to find any way in the dashboard or through the API to pull search events that includes both the category and the keyword.

Any ideas?

Thank you for the response, but from what I can see, a “Events.getEvents” method doesn’t exist in the API. None of the “Events” methods seem to return what you’re describing.

Am I missing something?

1 Like

Hi @matomouser2
I think this is not possible except if you use directly the Live.getLastVisitsDetails API:
https://developer.matomo.org/api-reference/reporting-api#Live
But you can also ask for feature request: