Skip to main content

List All Clients

Retrieve a list of all clients in your workspace with their health scores and metrics.
string
required
Your workspace domain (e.g., yourcompany.com)

Request

Response

Response Fields


Get Client Details

Retrieve detailed information about a specific client.
string
required
The client’s unique identifier
string
required
Your workspace domain

Request

Response


Get Client Interactions

Retrieve interaction history for a specific client.
string
required
The client’s unique identifier
string
required
Your workspace domain
number
Maximum number of interactions to return (default: 50, max: 200)
number
Number of interactions to skip for pagination (default: 0)

Request

Response


Get Last Interactions

Get the last interaction timestamp for all clients.
string
required
Your workspace domain

Request

Response

The response is a map of client IDs to their last interaction timestamps.