Google Docs に戻る
Google Docs (Google) と Knoon AI を接続して AI ワークフローを自動化します。
Fetch the full Google Docs document structure, including body content and structural elements.
googleDocsGetDocument
ベータ
権限
オプション権限
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| documentId | file | Select the Google Docs document to fetch. | はい |
| includeTabsContent | boolean | If true, include content from all tabs in the document (when supported by the Docs API). | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| status | string | DONE. |
| document | any | The full Google Docs Document resource as returned by the Docs API (including body/tabs, namedRanges, styles, etc.). |
| sensitive.documentId | string | ID of the document that was fetched. |