CCP Logs
Endpoints — Logs
Query CCP logs
Fetch raw Contact Control Panel (CCP) log entries captured by the Agent Experience Collector for one agent across a time window — to inspect agent-side errors, state transitions, and timing.
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.
Related
- Get complete contact record — fetch the full Operata record for a contact ID surfaced in the logs.
- CCP error logs — field reference for CCP error entries.
- CCP agent states — agent state values referenced in log entries.
- Errors — shared status codes and recovery patterns.