Ignored issues and searches, APIs

Hello -

The custom search dialog offers different options for is:ignored and is:muted. Do these have different definitions?

Is there any way to fetch ignored events and issues via the web API? It looks like they are filtered out by default.

Thanks,
Ben

Well, a few weeks later I may have found the answer to my own issue.

https://docs.sentry.io/api/events/get-project-group-index/ includes the note:

A default query of is:unresolved is applied. To return results with other statuses send an new query value (i.e. ?query= for all results).

Just for posterity, muted is an alias to ignored (we used to call it muted).

1 Like