Get a module
Returns the module manifest record for the requested module id, including hash, source, and configuration/secrets schemas.
Path Parameters
Module identifier.
1Response
Full module manifest record.
Full module manifest record returned by the get module endpoint.
Module identifier.
1Module display name.
1Module type.
adapter, environment Human-readable description of the module.
Whether the module is bundled with the API.
Whether the module is currently enabled.
Whether the module is installed but has no matching factory loaded.
Content hash of the installed module archive.
1Install source URL used to fetch the module archive.
JSON Schema describing the module configuration object.
JSON Schema describing the module secrets object.