Get conversations analytics
Retrieve row conversation analytics data with contact and campaign information.
Required scope:
ANALYTICS_READRate limit: 10 requests per minute
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Filter by user IDs who created the campaigns (comma-separated or array).
Filter by sender identity IDs (comma-separated or array).
Filter by campaign IDs (comma-separated or array).
Filter by campaign tag IDs (comma-separated or array).
Filter by conversation tag IDs (comma-separated or array).
Date range filter as [startDate, endDate] in ISO format. Defaults to last 30 days.
Specific contact fields to include in the response (comma-separated or array). Use GET /v1/contacts/fields to discover valid contact field names.
Filter by who sent the last message: CONTACT (contact sent last message) or USER (sender sent last message).
CONTACT, USER Response
Successful response with row conversation analytics
Unique identifier for the conversation
Timestamp when the first message was sent
Contact ID
Campaign ID
Number of LinkedIn messages sent
Number of LinkedIn replies received
Number of emails sent
Number of email opens
Number of email clicks
Number of email replies received
Comma-separated list of conversation tags
Name of the campaign
Status of the campaign
Name of the sender identity
Company ID associated with the contact
Whether the conversation contact has been archived
Who sent the last message: CONTACT or USER
CONTACT, USER, null