Get clients
get_clientsFetches all PSA clients/customers from Keka, automatically paging through the entire result set. Use this to map project client IDs to readable customer names for reporting.
Instructions
Fetch all PSA clients (customers) from Keka. Automatically pages through the entire result set and returns it combined. Use this to map a project's clientId (from get_projects) to a readable client/customer name for reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Page size used internally per request to Keka (max 200, default 100). |