Skip to main content
GET
Export product-feature intelligence
Export individual product-feature requests with their original analysis, associated feature, deal, and customer context. Each row represents one feature-to-deal association, making it suitable for downstream clustering and product-request analysis.

Overview

This endpoint returns the raw influence_summary for each feature association alongside CRM IDs and account context. It does not aggregate by feature, so a single feature requested in multiple deals appears as multiple rows. When no filters are supplied, the response contains all product-feature associations available to the API key’s organization, regardless of sentiment.

Filters

Examples:

Response fields

The endpoint returns a complete result set rather than a paginated collection. For especially large workspaces, narrow the result with the available filters.

Authorizations

Authorization
string
header
required

API key from Hindsight Settings → API keys. Use Authorization: Bearer YOUR_API_KEY. Newly created keys begin with hs_; existing keys remain supported until rotated or expired.

Query Parameters

date_from
string<date-time>

Inclusive ISO 8601 lower bound for the association creation timestamp.

date_to
string<date-time>

Inclusive ISO 8601 upper bound for the association creation timestamp.

sentiment
enum<string>

Filter association sentiment. Omit to return all sentiments.

Available options:
positive,
negative,
neutral
tags
string

Comma-separated tags, or repeat the parameter. All specified tags must match.

product
string

Exact feature product.

product_area
string

Exact feature product area.

Response

Product-feature associations and applied filters.

data
object[]
required
meta
object
required