---
title: "Read a Gmail message with its plain-text body as the calling member"
method: GET
path: "/v1/capabilities/google-workspace/gmail-message/{messageId}"
tags: ["Capability Sources"]
---

# Read a Gmail message with its plain-text body as the calling member

`GET /v1/capabilities/google-workspace/gmail-message/{messageId}`

Reads one Gmail message, including decoded plain-text body content and attachment metadata, using the calling member's connected Google Workspace account. To download an attachment's bytes, pass its attachmentId to the gmail-attachment capability.

## Path parameters

- `messageId` string, required

## Response `200`

Gmail message returned.

- GoogleWorkspaceGmailMessageResponse
  - `ok` true, required
  - `message` GoogleWorkspaceGmailMessage, required
    - `id` string, required
    - `threadId` string, required
    - `from` string, required
    - `to` string, required
    - `bcc` string, required
    - `subject` string, required
    - `date` string, required
    - `snippet` string, required
    - `body` string, required
    - `attachments` GoogleWorkspaceGmailAttachment[], required
      - `attachmentId` string, required
      - `filename` string, required
      - `mimeType` string, required
      - `size` number, nullable, required

## Other responses

- `401` — The caller must be signed in.
- `409` — The calling member has not connected their Google account or is missing permission.
- `502` — Google rejected the request.

## Changes

- **2026-08-08** `805150503452` — 1 info
  - added the required property `message/bcc` to the response with the `200` status

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/capabilities/google-workspace/gmail-message/:messageId/get.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
