Get Deploy Status
GET /api/v1/admin/deploy-status
GET
/api/v1/admin/deploy-status
Return per-service deploy state + undeployed commit list.
Requires SYSTEM_VIEW. Mirrors the UEM-01 cadence inputs so on-demand callers and the daily 06:00 UTC scan see identical metadata.
Authorizations
Responses
200
Successful Response
Top-level response envelope for GET /admin/deploy-status.
object
services
threshold_hours
integer
undeployed_commits
Array<object>
A single commit on main that is not yet in the deployed revision.
object
author
required
string
sha
required
string
subject
required
string