---
title: "List Clients"
method: GET
path: "/api/internal/clients"
tags: ["internal"]
---

# List Clients

`GET /api/internal/clients`

List clients with optional filters.

## Query parameters

- `user_id` string
- `org_id` string
- `name` string, nullable — Partial match on client name
- `is_archived` boolean, nullable — Filter by archived status
- `order_by` string, nullable — Column to sort by (e.g., name, created_at, updated_at)
- `order_desc` boolean, nullable — Sort in descending order
- `include_contacts` boolean — Include client contacts in response
- `limit` integer — Maximum number of clients to return
- `offset` integer — Number of clients to skip

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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