---
title: "List Tracker Visits"
method: GET
path: "/print-mail/v1/trackers/{id}/visits"
tags: ["Trackers"]
---

# List Tracker Visits

`GET /print-mail/v1/trackers/{id}/visits`

Retrieve a paginated list of visits for a Tracker.

## Path parameters

- `id` string, required

## Query parameters

- `skip` integer
- `limit` integer
- `search` union
  - string
  - string — You can supply a structured search query instead of supplying unstructured text to any list endpoint help refine your search for a resource. For example, let's say you created a series of letters that all had `metadata: { campaignID: 'abc' }`. You could search for all those letters by passing in `{ "metadata.campaignID": "abc" }` into the `search` parameter. Note that this string must be valid JSON.

## Response `200`

A list object containing Tracker Visits.

- TrackerVisitList
  - `object` 'list', required
  - `totalCount` integer, required
  - `skip` integer, required
  - `limit` integer, required
  - `data` TrackerVisit[], required
    - `id` string, required — A unique ID prefixed with `tracker_visit_`.
    - `object` 'tracker_visit', required — Always `tracker_visit`.
    - `live` boolean, required — Indicates if the visit was used in a live order or not.
    - `tracker` string, required — The ID of the tracker related to this visit.
    - `orderID` string, required — The ID of the order where the interaction occurred.
    - `device` string, required — The type of device associated with the visit.
    - `ipAddress` string, required — The IP address associated with the visit.
    - `createdAt` string, date-time, required — The UTC time at which this visit was created.
    - `updatedAt` string, date-time, required — The UTC time at which this visit was last updated.

## Other responses

- `400` — A list object containing Tracker Visits.
- `401` — A list object containing Tracker Visits.
- `429` — A list object containing Tracker Visits.
- `500` — A list object containing Tracker Visits.

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
