---
title: "My Label Body Endpoint"
method: GET
path: "/admin/email-classifier/my-labels/{gmail_message_id}/body"
tags: ["admin-email-classifier"]
---

# My Label Body Endpoint

`GET /admin/email-classifier/my-labels/{gmail_message_id}/body`

Return the body text for a single labeled email. 403 if not the
caller's inbox.

## Path parameters

- `gmail_message_id` string, required

## Response `200`

Successful Response

- LabelBodyResponse
  - `gmail_message_id` string, required
  - `body_text` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
