---
title: "Retrieve pages for crawler wachet"
method: GET
path: "/thirdparty/v1/task/{id}/pages"
tags: ["task"]
---

# Retrieve pages for crawler wachet

`GET /thirdparty/v1/task/{id}/pages`

## Path parameters

- `id` string, required

## Response `200`

Success

- ClientPage[]
  - `id` string, nullable
  - `name` string, nullable
  - `url` string, nullable
  - `data` ClientData
    - `lastCheckTimestamp` string, date-time
    - `valueChangedTimestamp` string, date-time, nullable
    - `raw` string, nullable
    - `error` string, nullable
    - `diff` DiffElement[], nullable
      - `operation` integer
      - `text` string, nullable

---

[API](https://skmtc.dev/wachete/apis/wachete-api.md) · [All operations](https://skmtc.dev/wachete/apis/wachete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wachete/wachete-api/revisions/9b83dfaba77a/schema)
