Retrieve a Google Doc by ID and return a best-effort plain-text rendering. Converts document structure into plain text including paragraphs, lists, and tables without requiring clients to traverse complex Docs API JSON.
tab_idsarrayOptional tab IDs to include when include_tabs_content=true. Nested child tabs are searched recursively.
document_idRequiredstringThe unique identifier for the Google Document. Accepts either a document ID (typically a 44-character alphanumeric string) or a full Google Docs URL. When a URL is provided, the document ID will be automatically extracted. Note: This parameter also accepts 'id' as an alias for c…
include_tablesbooleanWhether to include table content in the plain text output. Tables are rendered with configurable cell and row delimiters.
include_footersbooleanWhether to include footer text in the plain text output. Footers are appended with a clear section separator.
include_headersbooleanWhether to include header text in the plain text output. Headers are appended with a clear section separator.
include_footnotesbooleanWhether to include footnote text in the plain text output. Footnotes are appended with a clear section separator.
table_row_delimiterstringThe delimiter to use between table rows (default: newline character).
include_tabs_contentbooleanWhen true, fetch the document using includeTabsContent=true query parameter to render all tabs. When false, only the main body content is rendered.
table_cell_delimiterstringThe delimiter to use between table cells (default: tab character).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action