Returns usage and user-provided feedback data. This information can be used for data-driven improvements and optimization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent ID of the agent to get metrics for Agent ID of the agent to get metrics for
Filter messages by conversation ids. Filter messages by conversation ids.
Filter messages by users. Filter messages by users.
Filters messages that are created after the specified timestamp. Filters messages that are created after the specified timestamp.
Filters messages that are created before specified timestamp. If both created_after and created_before are not provided, then created_before will be set to the current time and created_after will be set to the created_before - 2 days. If only created_after is provided, then created_before will be set to the created_after + 2 days. If only created_before is provided, then created_after will be set to the created_before - 2 days. If both created_after and created_before are provided, and the difference between them is more than 2 days, then created_after will be set to the created_before - 2 days.
Filters messages that are created before specified timestamp. If both created_after and created_before are not provided, then created_before will be set to the current time and created_after will be set to the created_before - 2 days. If only created_after is provided, then created_before will be set to the created_after + 2 days. If only created_before is provided, then created_after will be set to the created_before - 2 days. If both created_after and created_before are provided, and the difference between them is more than 2 days, then created_after will be set to the created_before - 2 days.
Limits the number of messages to return. Limits the number of messages to return.
x <= 1000Offset for pagination. Offset for pagination.