Skip to content

Introspect

Description

A simple module to offer some insight into active modules. Currently, this is the only feature but this might be expanded in the future.

API

Endpoints
GET
Get Module Names

Get Module Names

Returns all active module names.

GET
/api/v1/introspect/modules

Access

This endpoint requires read permission for the resource introspect.modules.

Query Parameter

NameDescription
unused
booleanoptional
Returns the unused modules rather than the used modules.

Response

NameDescription