What is the URL parameter to point directly to a tag on the dashboards page?

For instance, https://example.com/dashboards?page=1&page_size=20&order=-created_at has parameters for page size, etc. Is there something where I can specify the tag too? I tried tag= and tags= but those didn’t work.

Clicking on the tag after loading the page works, but I would rather send out a link that has the right tag pre-selected.

~Vipul

The query string variable is called tags. But it looks like it’s only supported in the API. But not bubbled up to the query string on the front-end page.

Should I open this as a feature request in the GitHub repo then?

The official protocol is to make feature requests here on the forum. I haven’t seen much movement in developing these though. You might be better off writing a PR yourself.