Skip to content

Get 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
head_sha
Any of:
string
services
Array<object>

Per-service revision summary.

object
build_sha
string
""
commits_ahead
integer
current_revision
required
string
deployed_at
required
Any of:
string
drift_hours
number
name
required
string
threshold_hours
integer
default: 24
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