---
title: "Download fax file"
method: GET
path: "/accounts/{user_id}/files/{fax_id}"
tags: ["Files"]
---

# Download fax file

`GET /accounts/{user_id}/files/{fax_id}`

Download sent or received fax file. (Permitted scopes: **fax:all:read**, **fax:file:read**)

## Path parameters

- `user_id` string, required
- `fax_id` string, required

## Query parameters

- `format` 'tiff' | 'pdf'

## Response `200`

Fax file content in corresponding mimetype e.g. application/pdf

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

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