Skip to main content
GET
Search the marketplace

Authorizations

x-api-key
string
header
required

Query Parameters

q
string

Free-text search query.

kind
string

Restrict to one item kind.

category
string

Restrict to one category.

tags
string[]

Restrict to these tags; repeat the parameter per tag.

namespace
string

Restrict to one publisher namespace.

tier
string

Restrict to one tier.

contract
string

Restrict to one contract version.

sort
string

Sort key.

page
string

1-based page number.

page_size
string

Items per page.

Response

Success.

data
any
required

The deliberate "any JSON value" marker for a genuinely-open body — a tool or upstream passthrough whose shape is not fixed. A named subclass, never a bare alias: the emitter registers a component under model.__name__, so only a real class yields a stable, unique component name. Reach for it ONLY for a genuinely-open body, never as a shortcut past authoring a real model.