curl --request GET \
--url https://api.open.cx/insights/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"org_id": "<string>",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"content": "<string>",
"sentiment": "POSITIVE",
"category": "<string>",
"user_story": "<string>",
"occurrence_count": 123,
"is_resolved": 123,
"resolved_at": "<string>",
"resolved_by": 123,
"is_snoozed": 123,
"snoozed_at": "<string>",
"snoozed_by": 123,
"created_at": "<string>",
"updated_at": "<string>",
"last_seen_at": "<string>",
"deep_research": "<string>",
"generating_deep_research": 123,
"sessions": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}Retrieve detailed information about a specific insight including affected sessions
curl --request GET \
--url https://api.open.cx/insights/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"org_id": "<string>",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"content": "<string>",
"sentiment": "POSITIVE",
"category": "<string>",
"user_story": "<string>",
"occurrence_count": 123,
"is_resolved": 123,
"resolved_at": "<string>",
"resolved_by": 123,
"is_snoozed": 123,
"snoozed_at": "<string>",
"snoozed_by": 123,
"created_at": "<string>",
"updated_at": "<string>",
"last_seen_at": "<string>",
"deep_research": "<string>",
"generating_deep_research": 123,
"sessions": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved insight
POSITIVE, NEGATIVE, NEUTRAL Was this page helpful?