Fetch Agent Audit Logs
Audit Logs
Fetch Agent Audit Logs
Fetch audit logs for a specific agent. Supports filtering by event type, date range, and conversation.
GET
Fetch Agent Audit Logs
Headers
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
Path Parameters
The ID of the agent
Query Parameters
Filter logs by event type
Available options:
ASSIGNMENT, TAG_UPDATE Start date for filtering logs (ISO 8601)
End date for filtering logs (ISO 8601)
Optional conversation ID to scope results to one conversation
Maximum number of logs to return (default: 100)
Required range:
x >= 1Number of logs to skip for pagination (default: 0)
Required range:
x >= 0