Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
feedback
/
{feedbackId}
Get feedback by ID
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/feedback/{feedbackId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f5d8df32-60b4-417a-8b83-8d4dcb4e88e1",
    "content": "I found the dashboard charts difficult to understand at first glance. The colors are confusing and the data is hard to interpret.",
    "source": "Customer Interview",
    "processed": false,
    "createdAt": "2025-03-26T22:35:46Z",
    "updatedAt": "2025-03-26T22:35:46Z",
    "insights": [],
    "opportunities": [],
    "metadata": [
      {
        "nodeType": "IntercomConversation",
        "conversationId": "123456789",
        "url": "https://app.intercom.com/a/apps/abc/inbox/inbox/conversation/123456789",
        "createdAt": "2024-01-01T00:00:00Z",
        "updatedAt": "2024-01-02T00:00:00Z"
      }
    ],
    "sourceId": "interview_456",
    "sourceUrl": "https://basiliskai.slack.com/archives/C053AKR0669/p1744748012159779",
    "submittedBy": "user_123",
    "sentimentScore": 0.75,
    "sentimentCategory": "Positive",
    "sentimentConfidence": 0.95,
    "createdAtEpoch": 1679867746,
    "title": "Dashboard charts are hard to understand"
  }
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

feedbackId
string
required

Feedback ID

Query Parameters

relationships
string

Comma-separated list of relationships to include in the response

Response

Success

Response containing a single feedback item

data
object
required

Feedback data