pub async fn jobs(
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<JobInfo>>>
Expand description

GET /api/v0/main-frontend/status/jobs

Returns the status of all Jobs in the current namespace.