bricks_get_page
Retrieve the full Bricks Builder JSON data for any page, including element tree, settings, styles, and content. Optionally access header or footer template data.
Instructions
Get the complete Bricks Builder JSON data for a specific page. Returns the full element tree with all settings, styles, and content. Use content_area to read header or footer template data instead of main content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | WordPress page/post ID | |
| summary | No | If true, show element tree overview instead of raw JSON (default: false) | |
| content_area | No | Which content area to return (default: content). Header/footer return their respective template elements. | content |