---
title: "List recent touches for a customer"
method: GET
path: "/v1/customers/{id}/touches"
tags: ["Customers"]
---

# List recent touches for a customer

`GET /v1/customers/{id}/touches`

Return the most recent touches for a customer, ordered by `ts` descending. Default limit 10, max 100. Touches are pushed by drip-cli via POST /v1/sync/touches; this endpoint surfaces the last-N preview metadata.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer

## Response `200`

Default Response

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/versions/2cb1567969ca/schema)
