---
title: "GET /customer/list"
method: GET
path: "/customer/list"
tags: ["Customers"]
---

# GET /customer/list

`GET /customer/list`

Fetches the customers of a given date (Only allows the past dates). This API returns at max 100 records in one page

## Query parameters

- `date` string
- `pageNo` number, required
- `processName` string
- `dateType` 'created' | 'updated'

## Response `200`

If the auth token is valid.

- Customer1list — unresolved $ref

## Other responses

- `403` — UnAuthorized.

---

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