---
title: "List cover pages"
method: GET
path: "/services/{id}/coverPages"
tags: ["Cover pages"]
---

# List cover pages

`GET /services/{id}/coverPages`

List all cover page to a service

## Response `200`

List of coverpages [Error](https://developers.sinch.com/docs/fax/api-reference/status-codes)

- object
  - `coverPages` CoverPage[] — List of cover pages
    - `id` string, ulid — ID of the cover page
    - `name` string, required — The friendly name of the cover page.
    - `file` object, required — A PDF Cover encoded as base64
      - `fileContent` string, base64, required — A PDF Cover encoded as base64
      - `fileType` 'PDF', required — For now only PDF is supported.
    - `projectId` string — The `Id` of the project associated with the call.
    - `serviceId` string — ID of the fax service used.
    - `createdTime` string, date-time — The date and time the cover page was created.
    - `updatedTime` string, date-time — The date and time the cover page was updated.
  - `page` integer — Current page
  - `totalPages` integer — Total number of pages.
  - `pageSize` integer — Number of items per page.
  - `totalItems` integer — Total size of the result.

---

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