---
title: "Get Billing Email"
method: GET
path: "/v1/billing/emails/{email_id}"
tags: ["Billing"]
---

# Get Billing Email

`GET /v1/billing/emails/{email_id}`

Get specific details about a billing email

## Path parameters

- `email_id` integer, required

## Response `200`

OK

- BillingEmailResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` BillingEmail
    - `id` integer — ID of the email
    - `subject` string — Subject of the email
    - `message` string — Message of the email in HTML format (escaped)
    - `date` string — Date the email was sent
    - `to` string — To address of the email
    - `cc` string — CC address of the email
    - `bcc` string — BCC address of the email

## Other responses

- `400` — Invalid or missing request parameters
- `401` — Authentication failed
- `500` — Internal error

---

[API](https://skmtc.net/rocket/apis/rocket-net-api.md) · [All operations](https://skmtc.net/rocket/apis/rocket-net-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocket/rocket-net-api/versions/db0dcbbc5764/schema)
