You should be able to fetch scheduled jobs via the REST API. For a first cut this includes at least: - [ ] Getting all jobs regardless of the queue - [ ] Getting jobs when specifying a queue `GET /jobs?status=pending`. The different queue types are: - `pending` - `active` - `complete` - `failed`