API Reference
cURL
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 } ] }
Lists all topics in the specified workspace
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
Success
Response containing an array of topics
Array of topics
Show child attributes
Was this page helpful?