---
title: "GET /lead/{leadId}/page-history"
method: GET
path: "/lead/{leadId}/page-history"
tags: ["Lead"]
---

# GET /lead/{leadId}/page-history

`GET /lead/{leadId}/page-history`

## Path parameters

- `leadId` string, required

## Query parameters

- `limit` integer

## Response `200`

Success

- LeadPageVisitDto[]
  - `id` integer
  - `url` string, nullable
  - `path` string, nullable
  - `domain` string, nullable
  - `title` string, nullable
  - `visitedAt` string, date-time

## Other responses

- `404` — Not Found

---

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