I guess the most reasonable URLs are - [x] `GET /api/v1/project/7/workflow/3/job/` -> all jobs of a given workflow (TODO) - [x] `GET /api/v1/project/7/job/3` -> one job of the current user - [x] `GET /api/v1/project/7/job/` -> all jobs of a given workflow - [x] `GET /api/v1/project/job/` -> all jobs of the current user (TODO)