Skip to content

Pages API not exposed in public REST API on self-hosted instances #8986

@allegradav

Description

@allegradav

Description

On self-hosted Plane v1.3.0, the pages endpoints are not reachable through the public REST API (/api/v1/) with API key authentication.

Reproduction

curl -H "x-api-key: <YOUR_KEY>" \
  "https://<your-plane-instance>/api/v1/workspaces/<slug>/projects/<project_id>/pages/"
# Returns: HTTP 404 Not Found
All other endpoints (issues, cycles, modules, projects, states, labels, etc.) work correctly with the same key.

Expected
Pages should be accessible via the public REST API, with full CRUD support, like the other resources.

Why this matters
Pages are essential to manage documentation and structured content in Plane. Without API access, they remain locked behind the web UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions