pub async fn jobs( pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<Vec<JobInfo>>>
GET /api/v0/main-frontend/status/jobs
/api/v0/main-frontend/status/jobs
Returns the status of all Jobs in the current namespace.