Returns the metadata for an endpoint, and/or a set of ClientIds.The last activity data is computed based on the last observed DNS record.For endpoints, this value is based on the latest value from any of the clients. It is possible for the last activity date of an endpoint that is newer than any of the visible clients. This can occur when a client was deleted, or was expired out.For clients, it's possible to have no (null) last activity date if the underlying Analytics data was deleted (or expired).
Request
Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Query Params
Responses
🟢200
application/json
OK
Body
🟠400BadRequest
🟠401Unauthorized
🔴500InternalServerError
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://us-east1-org01.analytics.controld.com/v2/client?endpointId&clientId[]' \
--header'Authorization: <api-key>'