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

# Download single fax page

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

Download single page (starting with 1) of a sent or received fax file. (Permitted scopes: **fax:all:read**, **fax:file:read**)

## Path parameters

- `user_id` string, required
- `fax_id` string, required
- `page_num` integer, required

## Response `200`

Fax file page as TIFF

## 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)
