read.page.by_slug
Resolve one published, non-archived institutional page by its slug, within a store.
- Surface:
GET /v1/read/page.by_slug· CLIforge read page.by_slug· MCP toolread.page.by_slug - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "slug": { "minLength": 1, "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "slug" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404)