Add more workflow status categories to API

The idea is:

Currently, the n8n API can only be queried for status of “error”, “success”, “waiting”. It does not include any of “running”, “queued”,“cancelled”.

My use case:

I need more granular information on workflow status.

I think it would be beneficial to add this because:

Being able to see what is queued would help with workflow job management and programmatic monitoring.