get_fork
Retrieve fork workspace details including status and page list to manage content in LightCMS. Use page IDs to read or edit fork content.
Instructions
Get details of a fork workspace including its status and list of pages.
Returns: fork metadata + array of pages (id, title, full_path, updated_at). Use the page id with get_content or update_content to read/edit fork pages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Fork ID (returned by create_fork or list_forks),required |