API for gathering gitlab CI job execution statistics?

Viewed 217

I have a self-hosted gitlab enterprise server (11.2.3-ee), and run CI builds for C++ in docker images. There is a pool of runners on different physical hosts, and for the most part, any job can be scheduled on any runner. The physical hosts are not identical--some are faster than others.

The admin section provides a way to view statistics at a job level. The admin page on the server (at https://gitlab.example.com/admin/jobs) shows this, but I cannot find anything in the API. I've tried looking in the source but am not familiar enough with the organization to have found anything yet.

Is there API access for job stats across the entire instance (not just project level)? Or, am I constrained to scraping the admin screen?

0 Answers
Related