# Get Google Docs document content

Canonical URL: https://docs.fuse.init.inc/integrations/google-workspace/actions/docs.documents.get

Read a native Google Doc as bounded Markdown tabs. docs_revision_id is ephemeral and user-specific; consumers use Drive File.version for durable change detection. Never downloads binaries or follows image/object URLs.

Action ID: `docs.documents.get`
Provider: Google Workspace (`google_workspace`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `https://www.googleapis.com/auth/documents.readonly`

## Input schema fields

- `document_id`

## Output schema fields

- `id`
- `title`
- `docs_revision_id`
- `tabs`
- `tabs[]`
- `tabs[].id`
- `tabs[].title`
- `tabs[].parent_tab_id`
- `tabs[].content_format`
- `tabs[].content`

Provider overview: https://docs.fuse.init.inc/integrations/google-workspace
Actions index: https://docs.fuse.init.inc/integrations/google-workspace/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/google_workspace/actions/docs.documents.get
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/google_workspace/actions
