Skip to main content
GET
/
feedbacks
/
{id}
Get AI-Processed Insight Detail
curl --request GET \
  --url https://mcp.closedloop.sh/feedbacks/{id} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "title": "Users want dark mode toggle",
    "timestamp": "2025-01-27T10:30:00Z",
    "clarity": 0.85,
    "is_deal_blocker": false,
    "pain_point": "Users struggle with bright interface in low light",
    "workaround": "Users currently use browser dark mode extensions",
    "competitor_gap": "Competitor X has native dark mode",
    "willingness_to_pay": "High - users mentioned paying extra for this feature",
    "use_case": "Night-time usage and accessibility",
    "feature_area": "UI/UX",
    "source_url": "https://gong.io/calls/abc123",
    "created_at": "2025-01-27T10:30:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication (format: Bearer YOUR_API_KEY)

Path Parameters

id
string<uuid>
required

Insight ID

Response

AI-processed insight details

success
boolean
Example:

true

data
object