---
title: "Find clients on a workspace"
method: GET
path: "/v1/workspaces/{workspaceId}/clients"
tags: ["Client"]
---

# Find clients on a workspace

`GET /v1/workspaces/{workspaceId}/clients`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Query parameters

- `name` string — Filters client results that matches with the string provided in their client name.
- `sort-column` string — Column name that will be used as criteria for sorting results.
- `sort-order` string
- `page` integer — Page number.
- `page-size` integer — Page size.
- `archived` string

## Response `200`

OK

- ClientWithCurrencyDtoV1[]
  - `address` string — Represents client's address.
  - `archived` boolean — Represents whether a client is archived or not.
  - `ccEmails` string[] — Represents additional emails for sending invoices.
  - `currencyCode` string — Represents client currency code.
  - `currencyId` string — Represents currency identifier across the system.
  - `email` string — Represents client email.
  - `id` string — Represents client identifier across the system.
  - `name` string — Represents client name.
  - `note` string — Represents saved notes for the client.
  - `workspaceId` string — Represents workspace identifier across the system.

---

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