Skip to content
v0.3

read.collections

List the collections a store serves: public, active and inside their schedule, with the product count for this store’s assortment.

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

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

validation_failed (400) · not_found (404)