Hanzo
OpenapiFramework

Returns every app lane compiled into this deployment and the DocTypes each one…

Returns every app lane compiled into this deployment and the DocTypes each one installs.

GET /v1/framework/modules

Addresshttps://api.hanzo.ai/v1/framework/modules
MethodGET
Operationget_framework_modules
AuthAuthorization: Bearer $HANZO_API_KEY

Returns every app lane compiled into this deployment and the DocTypes each one installs. It describes the BINARY, not the org: what a given org has actually installed is the per-module state below.

Request

GET /v1/framework/modules takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200moduleListok

200 body — 3 fields.

FieldInTypeAlwaysDescription
databodyModuleInfo[]Data is every module compiled into this binary, with the DocTypes it installs.
data[].doctypesbodystring[]
data[].modulebodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo framework modules list

Framework API · All Hanzo APIs · Interactive reference

How is this guide?

On this page