Get Deploy History
GET /api/v1/admin/deploy-status/history
GET
/api/v1/admin/deploy-status/history
Return smoke-test history + auto-rollback timeline.
Requires SYSTEM_VIEW. window_days is clamped to [1, 90]
to cap query cost.
Authorizations
Parameters
Query Parameters
window_days
integer
Responses
200
Successful Response
Top-level response for GET /admin/deploy-status/history.
object
evidence_files
Array<string>
rollback_timeline
Array<object>
One DEPLOY_AUTO_ROLLBACK_TRIGGERED event from team_events.
object
build_id
string
failed_revision
required
string
occurred_at
required
string
reason
string
rolled_back_to
required
string
service
required
string
smoke_history
Array<object>
One entry in .planning/deploys/ (DPE-01 auto-evidence).
object
build_id
required
string
file_path
required
string
rolled_back
boolean
smoke_status
string
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string