---
title: "List the pages in order for a website"
method: GET
path: "/list/pages"
tags: ["collection"]
---

# List the pages in order for a website

`GET /list/pages`

## Query parameters

- `offset` string
- `domain` string

## Response `200`

successful operation

- object
  - `data` Pages[]
    - `_id` integer
    - `userId` integer
    - `domain` string
    - `url` string
    - `cdnConnected` boolean
    - `online` boolean
    - `pageLoadTime` PageLoadTime
      - `duration` number
      - `durationFormated` string
      - `color` string
    - `insight` object
      - `json` string
    - `issuesInfo` IssuesInfo
      - `accessScoreAverage` integer
      - `possibleIssuesFixedByCdn` integer
      - `totalIssues` integer
      - `issuesFixedByCdn` integer
      - `errorCount` integer
      - `warningCount` integer
      - `noticeCount` integer
      - `pageCount` integer
    - `lastScanDate` string

## Other responses

- `400` — Invalid Pages

## Changes

- **2026-07-17** `83861b057739` — 1 breaking
  - the `data/items/pageLoadTime/duration` response's property type changed from `int32` to `number` for status `200`
- **2023-01-15** `ce9cb8170318` — 1 warning, 1 info
  - removed the optional property `data/items/issuesInfo/adaScoreAverage` from the response with the `200` status
  - added the optional property `data/items/issuesInfo/accessScoreAverage` to the response with the `200` status
- **2022-07-17** `2685f549f670` — 1 breaking
  - the `data/items/pageLoadTime/duration` response's property type changed from `string` to `int32` for status `200`
- **2022-07-15** `cd1fc04bbc4f` — 1 info
  - added the new optional `query` request parameter `domain`
- **2022-06-13** `f2f01ff0b14f` — 1 breaking, 2 warning, 1 info
  - the `data/items/pageLoadTime/duration` response's property type changed from `number` to `string` for status `200`
  - deleted the `query` request parameter `domain`
  - removed the optional property `data/items/issuesInfo/accessScoreAverage` from the response with the `200` status
  - added the optional property `data/items/issuesInfo/adaScoreAverage` to the response with the `200` status

[Change history](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/changes/list/pages/get.md)

---

[API](https://skmtc.dev/a11ywatch/apis/a11ywatch-client.md) · [All operations](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a11ywatch/a11ywatch-client/revisions/83861b057739/schema)
