Skip to content

Get module install status (Admin)

GET
/bridge-payment/admin/plugins/{module_id}/status

Returns manifest version, per-component install state, derived module status, and latest failure event (if any) for a module within a runtime_scope.

Query parameters:

  • runtime_scope (optional, default flowless-core) — scope key for registry/events partitioning.

Path: module_id must match ^[a-z0-9][a-z0-9-]*$.

Success envelope: { data, user_context, meta } with data.module_id, data.runtime_scope, data.module_version, data.status, data.components, data.latest_failure.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

module_id*

Module identifier (from manifest / directory name)

Typestring
Required
Pattern"^[a-z0-9][a-z0-9-]*$"

Query Parameters

runtime_scope

Registry scope (default: flowless-core)

Typestring
Default"flowless-core"

Responses

Module status

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI