Add a flag to meeting ended webhook event that flags meeting with/without dashbo

Is your feature request related to a problem? Please describe.
I’m always frustrated when I try to call /metrics/meetings/uuid/participants API with a meeting uuid I get
from a meeting end webhook event and i get error 3001 Meeting does not exist.
after submitting a question about it in the forum it seems to happen mainly because the meeting had only one participant and the dashboard metrics does not consider it a meeting.

Describe the solution you’d like
I want a simple way like a flag on the meeting ended webhook event that will tell me that this
meeting will not be available in the dashboard metrics so I can save API calls to an API with a quota
and have better way to monitor our SLA (meeting does not exist could also mean latency between when the webhook got the event until the API is able to return the metrics)

Additional context
see forum question in High Number of Meeting does not exist errors