cork_get_clients
Retrieve clients with warranty status, integration tenants, and recent Cyber Scores to identify protected assets and obtain client UUIDs for further risk analysis.
Instructions
List clients with their financial protection status (warranty_status), associated integration tenants, and the 10 most recent Cork Cyber Scores (newest first). For older scores or a bounded date range, use cork_get_client_score_history. Client UUIDs from this response are required by cork_get_client_devices, cork_get_client_inboxes, cork_get_client_domains, cork_get_compliance_events, and the vulnerability tools. If the API user is a distributor, pass partner_uuid to scope results to a specific partner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| show_hidden | No | Include hidden/archived clients when true. Defaults to false. | |
| partner_uuid | No | Filter by partner UUID (distributor users only). Obtain from cork_get_partners. |