Get module registry rows and recent events (Admin)
GET
/bridge-payment/admin/plugins/{module_id}/registry
Returns all module_hub_registry rows for the module and the most recent module_hub_events rows (newest first).
Query parameters:
runtime_scope(optional, defaultflowless-core)limit(optional, default 50, max 200) — max events to return
Success envelope: { data, user_context, meta } with data.registry, data.events, and meta pagination hints.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters
Path Parameters
module_id*
Typestring
RequiredPattern
"^[a-z0-9][a-z0-9-]*$"Query Parameters
runtime_scope
Typestring
Default
"flowless-core"limit
Maximum events to return (1–200)
Typeinteger
Minimum
1Maximum
200Default
50Responses
Registry and events