List of Event names for Cloud API Event Stream

We want to monitor the event stream to pick up if there is any communication errors between the Particle Servers and ours. Does anyone know where I can find a list of all the event names and the detail they can contain?

We have received ones such as

  • event: spark/status event: “event name”
  • event: hook-sent/“event name”
  • event: hook-error/“event name”/0 containing ESOCKETTIMEDOUT, ETIMEDOUT

We are now looking for a full list of the names and the detail they provide in the data field - specifically the ones which are errors so that these can be configured to provide exception alerting

Something like this?
https://docs.particle.io/reference/api/#special-events

Yes something like this but a complete list - this is only some of them