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

# Get Fax Metadata

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

Get the storage metadata for a fax from local file storage.

## Path parameters

- `faxId` string, required

## Response `200`

Default Response

- object
  - `faxId` string, required
  - `metadata` object, required
    - `id` string
    - `provider` string
    - `from` string
    - `to` string
    - `status` string
    - `createdAt` string
    - `receivedAt` string
    - `pageCount` number
    - `subject` string
    - `contentType` string
    - `filename` string
    - `storedAt` string
    - `providerData` object

## 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/ae97a9add0ba/schema)
