Is possible to get or track what current job is running at specific runner?
For example. I have many projects and I want to tracking a runner_id=123
. gitlab_api has api [url]/api/v4/runners/[runner_id]
to get details of the runner=123. But the result doesn't show what I expect what job_id is now current working. so is it possible to get or tracking like this.