Skip to main content
GET
CCP Logs
Returns raw Contact Control Panel (CCP) log entries that the Agent Experience Collector forwarded to Operata. Use it to inspect agent-side errors, softphone state transitions, and timing for a single agent across a time window.

Endpoint

Parameters

Query

The criteria value is a JSON object passed as a single query-string parameter. For example, {"agent":"agent_42","fromTime":"2026-05-18T00:00:00Z","toTime":"2026-05-18T01:00:00Z"} becomes criteria=%7B%22agent%22%3A%22agent_42%22%2C%22fromTime%22%3A%222026-05-18T00%3A00%3A00Z%22%2C%22toTime%22%3A%222026-05-18T01%3A00%3A00Z%22%7D.

Response

200 OK with an array of CCP log entries, ordered by time.
CCP log capture requires the Agent Experience Collector to be running in the agent’s browser. Entries from a session in progress may not appear until that session ends.

Example

Errors

See Errors for shared codes such as 401 unauthorized, 429 rate_limited, and the 5xx family. For request caps see Rate limits.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

criteria
string<json>

JSON input for agent name & time criteria

Response

200