---
title: "Get Fax Audit Log"
method: GET
path: "/v1/fax/{faxId}/audit-log"
tags: ["Fax Management"]
---

# Get Fax Audit Log

`GET /v1/fax/{faxId}/audit-log`

Get the audit log history for a fax.

## Path parameters

- `faxId` string, required

## Response `200`

Default Response

- object
  - `faxId` string, required
  - `auditLog` object[], required
    - `_id` string
    - `faxId` string
    - `action` string
    - `timestamp` string, date-time
    - `actorId` string
    - `actorType` 'system' | 'user'
    - `metadata` 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)
