Hanzo AI
OpenapiPlatform

List cd

Answers ONE app's reconciliation alone — the poll a deploy console makes while it waits, without re-reading the whole inventory each time.

GET /v1/platform/apps/{app}/cd

Addresshttps://api.hanzo.ai/v1/platform/apps/{app}/cd
MethodGET
Operationget_platform_apps_by_app_cd
AuthAuthorization: Bearer $HANZO_API_KEY

Answers ONE app's reconciliation alone — the poll a deploy console makes while it waits, without re-reading the whole inventory each time.

Request

2 fields.

FieldInTypeRequiredDescription
apppathstringyesApp is the DNS-1123 label of the declaration.
orgquerystringOrg names the organisation the declaration lives in, defaulting to the caller's own and subject to the same SuperAdmin rule as the listing.

Response

StatusBodyMeaning
200CDAppok

200 body — 13 fields.

FieldInTypeAlwaysDescription
automatedbodybooleanAutomated is whether CD applies git without being asked.
healthbodystringHealth is the workload's verdict: Healthy, Progressing, Degraded, Missing.
messagebodystringMessage is why, when Health is not Healthy.
namebodystringName is the Application name the generator mints: <namespace>-<app>.
namespacebodystringNamespace is the DESTINATION namespace as the CR declares it — where the workload lands.
operationMessagebodystring
pathbodystringPath is the values file CD renders against, relative to the chart source.
phasebodystringPhase is the last sync operation's phase (Running, Succeeded, Failed) and OperationMessage is its message.
projectbodystringProject is the AppProject fence the sync is admitted under.
reconciledAtbodystringReconciledAt is when CD last compared this Application.
revisionbodystringRevision is the universe commit CD last applied.
selfHealbodybooleanSelfHeal is whether CD also corrects drift the cluster introduced.
syncbodystringSync is CD's verdict on git-versus-cluster: Synced, OutOfSync, or Unknown.

Failure carries the platform error shape — see Errors.

Examples

hanzo platform apps cd <app>

Platform API · All Hanzo APIs · Interactive reference

How is this guide?

On this page