[Server] How to See Currently Running/Queued Builds via API?

 

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)

server_api_build_Queue.png

Example 2 (Running build)

server_api_running.png

Note: You should be an admin to run this endpoint.

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.