coda_peek_page
Retrieve the first lines from a specified Coda page to preview its content without loading the entire page.
Instructions
Peek into the beginning of a page and return a limited number of lines
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document that contains the page to peek into | |
| pageIdOrName | Yes | The ID or name of the page to peek into | |
| numLines | Yes | The number of lines to return from the start of the page - usually 30 lines is enough |