Get conversations analytics
Retrieve row conversation analytics data with contact and campaign information.
Required scope:
ANALYTICS_READRate limit: 10 requests per minute
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 (MCP tool get_contact_field_metadata) 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 that engaged this conversation (the campaign primary identity when the conversation is not pinned to a specific one)
ID of the identity this conversation is pinned to in a multi-sender campaign, or null when it runs under the campaign primary 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