Skip to main content
GET
Browse registry modules

Path Parameters

id
string
required

Registry slug identifying the registry.

Minimum string length: 1

Query Parameters

query
string

Free-text search forwarded to the registry; matching semantics are registry-defined.

Minimum string length: 1
cursor
string

Opaque cursor returned as nextCursor by the previous page. Passed through to the registry unchanged.

Minimum string length: 1
limit
integer

Maximum entries per page; the registry may ignore it (default 50).

Required range: 0 < x <= 200
type
enum<string>

Module type filter forwarded to the registry.

Available options:
adapter,
environment

Response

Matching modules.

One page of advertised modules.

modules
object[]
required

Modules on this page, as served by the registry.

nextCursor
string | null
required

Opaque cursor for the next page, echoed back to the registry; null when the page is the last one.

Last modified on August 25, 2026