---
title: "Get Fax Content"
method: GET
path: "/v1/fax/{faxId}/content"
tags: ["Fax Management"]
---

# Get Fax Content

`GET /v1/fax/{faxId}/content`

Get the base64-encoded PDF content of a fax.

## Path parameters

- `faxId` string, required

## Response `200`

Default Response

- object
  - `faxId` string, required
  - `contentType` string, required
  - `filename` string
  - `contentBase64` string, required

## Other responses

- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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