Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
topics
/
{topicId}
Get topic by ID
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/topics/{topicId} \
  --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": []
  }
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

topicId
string
required

Topic ID

Response

Success

Response containing a single topic

data
object
required

Topic data