Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
insights
List insights
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/insights \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "d231fe70-9585-4657-9c4e-6b431bbc1b6a",
      "type": "Feedback",
      "title": "Dashboard UX Improvements",
      "description": "The dashboard could use better data visualization",
      "seen": false,
      "hideContent": false,
      "createdAt": "2025-03-26T22:35:46Z",
      "updatedAt": "2025-03-26T22:35:46Z",
      "opportunities": [],
      "solutions": [],
      "outcomes": [],
      "feedback": [],
      "strength": 5,
      "ownerId": "d4e71c2b-a498-42af-b7f5-69de06a0d7c4",
      "strengthScore": 0.75,
      "momentumScore": 0.5,
      "combinedScore": 0.65,
      "lastScoreCalculatedAt": "2025-03-26T22:35:46Z",
      "topicEmbeddings": [
        0.1,
        -0.2,
        0.3
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Query Parameters

relationships
string

Comma-separated list of relationships to include in the response

Response

Success

Response containing an array of insight items

data
object[]
required

Array of insight items