Get Interaction
Get a specific interaction
Requirements:
- Required permissions: read
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
Path Parameters
Response
ID of the item that was interacted with
"prod_123"
Type of interaction or feedback
view
, click
, positive_feedback
, negative_feedback
, purchase
, add_to_cart
, wishlist
, long_view
, share
, bookmark
, query_refinement
, zero_results
, filter_toggle
, skip
, return_to_results
["positive_feedback", "click", "long_view"]
Unique identifier for this interaction
"int_xyz789"
Position in search results where interaction occurred
3
Additional context about the interaction
{
"device": "mobile",
"duration_ms": 5000,
"interaction_reason": "not_relevant",
"page": "search_results",
"page_number": 1,
"results_count": 50,
"search_latency_ms": 150,
"viewport_position": 0.75
}
Customer's authenticated user identifier - persists across sessions
"customer_user_456"
Temporary identifier for a single search journey/session (typically 30min-1hr) - tracks anonymous and authenticated users
"sess_abc123"
Was this page helpful?