Skip to content
v0.3

read.search

Textual catalog search (Portuguese, accent-insensitive) with synonyms, redirects, filters, sort and opt-in facets.

  • Surface: GET /v1/read/search · CLI forge read search · MCP tool read.search
  • Auth: public (no actor; store resolves the tenant)
{
"additionalProperties": {
"type": "string"
},
"properties": {
"collection": {
"minLength": 1,
"type": "string"
},
"limit": {
"default": 24,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"page": {
"default": 1,
"maximum": 9007199254740991,
"minimum": 1,
"type": "integer"
},
"q": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404)