Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
solutions
List solutions
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/solutions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "aiProcessingState": "FINISHED",
      "refinementLog": [],
      "title": "Implement Single Sign-On",
      "description": "Integrate with OAuth providers to simplify user login experience",
      "status": "Backlog",
      "pros": [
        "Improved security",
        "Simplified login flow",
        "Reduced password reset requests"
      ],
      "cons": [
        "Requires integration with external providers",
        "May add complexity to registration"
      ],
      "hideContent": false,
      "createdBy": "generated",
      "createdAt": "2025-03-26T22:35:46Z",
      "updatedAt": "2025-03-26T22:35:46Z",
      "priority": "a0",
      "prd": "Objective: Help users easily create...",
      "opportunities": [],
      "insights": [],
      "outcomes": [],
      "systemPrompt": "Hello",
      "ownerId": "d4e71c2b-a498-42af-b7f5-69de06a0d7c4",
      "horizon": "now"
    }
  ]
}

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

built
enum<string>

Filter solutions by whether they have been built (modified after creation)

Available options:
true,
false
status
string

Comma-separated list of solution statuses to filter by

relationships
string

Comma-separated list of relationships to include in the response

Response

Success

Response containing an array of solutions

data
object[]
required

Array of solutions