Get a service
Returns full manifest metadata for a service, including configuration and secrets schemas.
Path Parameters
Service identifier matching the installed manifest id.
1Response
Service details.
Service metadata including configuration and secrets schemas.
Service identifier used as the manifest primary key.
1Display name declared by the service manifest.
1Human-readable description of the service.
Content hash of the installed manifest definition.
1Install source used to fetch the manifest definition.
1Adapter module identifier that owns the service.
1Whether the service is currently enabled.
Whether the service needs to be synced. Stale services cannot be enabled or invoked.
Whether the service is actually usable considering its own enabled state, its parent module's state, and whether the module is missing.
JSON Schema describing the service configuration object.
JSON Schema describing the service secrets object.