---
title: "List the issues for a website"
method: GET
path: "/list/issue"
tags: ["collection"]
---

# List the issues for a website

`GET /list/issue`

## Query parameters

- `offset` string
- `domain` string

## Response `200`

successful operation

- object
  - `data` Issues[]
    - `_id` integer
    - `userId` integer
    - `domain` string
    - `pageUrl` string
    - `issues` PageIssue
      - `recurrence` integer
      - `typeCode` integer
      - `code` string
      - `message` string
      - `context` string
      - `selector` string
      - `runner` string
      - `type` string

## Other responses

- `400` — Invalid Issues

## Changes

- **2022-07-15** `cd1fc04bbc4f` — 1 info
  - added the new optional `query` request parameter `domain`
- **2022-06-13** `f2f01ff0b14f` — 1 warning
  - deleted the `query` request parameter `domain`

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