---
title: "Get Clients"
method: GET
path: "/api/integrations/zapier/triggers/clients"
tags: ["Zapier Integration", "Clients"]
---

# Get Clients

`GET /api/integrations/zapier/triggers/clients`

Retrieve clients with filtering and pagination options

## Query parameters

- `workspace_id` string, uuid, required
- `type` 'individual' | 'company'
- `status` 'active' | 'inactive'
- `currency` string
- `has_email` 'true' | 'false'
- `has_phone` 'true' | 'false'
- `has_address` 'true' | 'false'
- `has_notes` 'true' | 'false'
- `has_projects` 'true' | 'false'
- `created_after` string, date-time
- `created_before` string, date-time
- `limit` integer
- `offset` integer

## Response `200`

List of clients

- object[]
  - `id` string, uuid
  - `name` string
  - `type` 'individual' | 'company'
  - `status` 'active' | 'inactive'
  - `email` string, email, nullable
  - `phone` string, nullable
  - `address` string, nullable
  - `note` string, nullable
  - `currency` string
  - `workspaces` object[]
    - `id` string, uuid
    - `name` string
  - `projects` object[]
    - `id` string, uuid
    - `name` string
    - `status` string
    - `workspace_id` string, uuid
    - `workspace_name` string
  - `project_count` integer
  - `workspace_count` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Authentication failed
- `500` — Internal server error

---

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