Skip to main content

[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.

Did this answer your question?