List activity

get

Retrieve a list of customer activities, optionally filtered by date range.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Query parameters
fromstring · date-timeOptional

ISO 8601 date string. Returns entries created on or after this date.

Example: 2024-01-01T00:00:00Z
tostring · date-timeOptional

ISO 8601 date string. Returns entries created on or before this date.

Example: 2024-12-31T23:59:59Z
Responses
chevron-right
200

Successful Response

application/json
get
/v1/agents/{agentId}/customers/{customerId}/activity

Last updated