Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
outcomes
List all goals
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/outcomes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "7b9e5d2c-f314-48a9-be56-9843a2f6c019",
      "title": "Increase User Engagement",
      "description": "We aim to increase daily active users by 25% in Q3",
      "priority": 1,
      "hideContent": false,
      "createdAt": "2023-01-01T00:00:00.000Z",
      "updatedAt": "2023-01-01T00:00:00.000Z",
      "trend": 0,
      "analyticEvents": [
        "event1",
        "event2"
      ],
      "ownerId": "7b9e5d2c-f314-48a9-be56-9843a2f6c019"
    }
  ]
}

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 outcomes

data
object[]
required

Array of outcomes