Hanzo
OpenapiPlatform

What this organization has declared, and what CD did with it

Returns the declarations in the caller's own org directory, each joined with the Hanzo CD Application reconciling it — sync verdict, health, the universe…

GET /v1/platform/apps

Addresshttps://api.hanzo.ai/v1/platform/apps
MethodGET
Operationget_platform_apps
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the declarations in the caller's own org directory, each joined with the Hanzo CD Application reconciling it — sync verdict, health, the universe commit last applied. cd is null for a declaration the delivery plane has no Application for, which is the normal state of one that exists only on a branch.

If the delivery plane cannot be read, the declarations are still returned and cdUnavailable says why. An unreadable plane never renders as "nothing has been reconciled".

Request

GET /v1/platform/apps takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo platform apps list

Platform API · All Hanzo APIs · Interactive reference

How is this guide?

On this page