Get ONES Document Section
get_doc_sectionReturn a specific outline section from a document, optionally including its resources and descendant sections.
Instructions
Return one outline section from a ONES doc ref, optionally including descendants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| section_id | Yes | ||
| include_resources | No | ||
| include_descendants | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | ||
| section | Yes | ||
| markdown | Yes | ||
| truncated | Yes |