Skip to content
v0.3

read.page.by_slug

Resolve one published, non-archived institutional page by its slug, within a store.

  • Surface: GET /v1/read/page.by_slug · CLI forge read page.by_slug · MCP tool read.page.by_slug
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"slug": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
}

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

validation_failed (400) · not_found (404)