---
title: "Get the report from a previus scan"
method: GET
path: "/report"
tags: ["reports"]
---

# Get the report from a previus scan

`GET /report`

## Query parameters

- `url` string
- `domain` string

## Response `200`

successful operation

- object
  - `data` Report[]
    - `_id` integer
    - `domain` string
    - `pageUrl` string
    - `issues` PageIssue[]
      - `recurrence` integer
      - `typeCode` integer
      - `code` string
      - `message` string
      - `context` string
      - `selector` string
      - `runner` string
      - `type` string
    - `issuesInfo` IssuesInfo
      - `accessScoreAverage` integer
      - `possibleIssuesFixedByCdn` integer
      - `totalIssues` integer
      - `issuesFixedByCdn` integer
      - `errorCount` integer
      - `warningCount` integer
      - `noticeCount` integer
      - `pageCount` integer

## Other responses

- `405` — Invalid input

## Changes

- **2026-07-17** `83861b057739` — 1 breaking, 8 warning
  - the `data/items/issues` response's property type/format changed from ``/`` to `array`/`` for status `200`
  - removed the optional property `data/items/issues/code` from the response with the `200` status
  - removed the optional property `data/items/issues/context` from the response with the `200` status
  - removed the optional property `data/items/issues/message` from the response with the `200` status
  - …5 more
- **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-15** `cd1fc04bbc4f` — 1 info
  - added the new optional `query` request parameter `domain`
- **2022-06-13** `f2f01ff0b14f` — 1 breaking, 2 warning, 9 info
  - the `data/items/issues` response's property type/format changed from `array`/`` to ``/`` 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/issues/code` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/changes/report/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)
