scf_get_document_section_generated
Retrieve the generator's original version of a document section to compare against human edits and resolve conflicts before finalizing.
Instructions
Get the generator's own version of a section, ignoring any human edit (read — viewer role). Use it to see what the platform would produce before resolving a conflict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| version | No | Generation version number to read; omit for the latest | |
| section_id | Yes | Section identifier from the document detail (scf_get_document). May contain slashes — pass it exactly as returned, unescaped. | |
| document_id | Yes | Generated document UUID — obtain from scf_list_documents |