Skip to content

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, default flowless-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
Required
Pattern"^[a-z0-9][a-z0-9-]*$"

Query Parameters

runtime_scope
Typestring
Default"flowless-core"
limit

Maximum events to return (1–200)

Typeinteger
Minimum1
Maximum200
Default50

Responses

Registry and events

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI