Skip to content
v0.3

read.category.by_path

Resolve one category by its ltree path, with its rich content (description, banner, meta), within a store.

  • Surface: GET /v1/read/category.by_path · CLI forge read category.by_path · MCP tool read.category.by_path
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"path": {
"pattern": "^[A-Za-z0-9_]+(\\.[A-Za-z0-9_]+)*$",
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}

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

validation_failed (400) · not_found (404)