Skip to main content
GET
List modules

Query Parameters

query
string

Free-text query used to match module names and descriptions.

type
enum<string>

Module type. Either 'adapter' or 'environment'.

Available options:
adapter,
environment
isBuiltin
enum<string>

Filter by whether the module is bundled with the API.

Available options:
true,
false
enabled
enum<string>

Enabled-state filter for modules.

Available options:
true,
false
missing
enum<string>

Filter by whether the module is missing its factory.

Available options:
true,
false

Response

Matching modules.

Collection wrapper for module listings.

modules
object[]
required

Modules that match the supplied query filters.

Last modified on July 9, 2026