Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
topics
List topics
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/topics \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "User Interface Improvements",
      "description": "General insight related to UI/UX improvements",
      "createdAt": "2025-03-26T22:35:46Z",
      "updatedAt": "2025-03-26T22:35:46Z",
      "opportunities": [],
      "insights": [],
      "opportunityCount": 1
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

Response

Success

Response containing an array of topics

data
object[]
required

Array of topics