RESTful API call to list running jobs?

Is there an API call to fetch the list of currently running Jobs? I don't see one listed. GET /jobs/ returns the list of all jobs on the server, which I suppose I could call /jobs//status on each to find the ones that are running, but that seems inefficient.

Thoughts?