Skip to main content
GET
Browse registry definitions

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
kind
string

Definition kind filter forwarded to the registry.

Minimum string length: 1

Response

Matching definitions.

One page of advertised service definitions.

definitions
object[]
required

Service definitions 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