---
title: "List Customers By Recency"
method: GET
path: "/developer/customers/recents"
tags: ["Developer", "Developer - Customers"]
---

# List Customers By Recency

`GET /developer/customers/recents`

List all customers ordered by the developer's most-recently-used.

Restricted to developer users. The developer's current customer is pinned
first; remaining customers are ordered by ``last_used_at DESC NULLS LAST``,
then by name.

## Response `200`

Successful Response

- RecentCustomerListItem[]
  - `id` string, uuid, required — Customer UUID
  - `name` string, required — Customer name
  - `last_used_at` string, date-time, nullable — When the developer last switched to this customer
  - `is_current` boolean, required — Whether this is the developer's current customer

---

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