---
title: "Retrieve history for wachet"
method: GET
path: "/thirdparty/v1/data/list/{id}"
tags: ["data"]
---

# Retrieve history for wachet

`GET /thirdparty/v1/data/list/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `count` integer
- `returnDiff` boolean
- `continuationToken` string

## Response `200`

Success

- ClientDataRange
  - `data` ClientData[], nullable
    - `lastCheckTimestamp` string, date-time
    - `valueChangedTimestamp` string, date-time, nullable
    - `raw` string, nullable
    - `error` string, nullable
    - `diff` DiffElement[], nullable
      - `operation` integer
      - `text` string, nullable
  - `continuationToken` 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)
