For server customers, it is possible to see currently running and queued builds with the help of the Admin API v1. This endpoint gives you parallelism, lifecycle, start time, build URL, etc.
API Endpoint: <circleci_url>/api/v1/admin/2.0/current-builds
Example 1 (Queued build)
Example 2 (Running build)
Note: You should be an admin to run this endpoint.
Comments
Article is closed for comments.