Skip to main content
GET
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
solutions
/
{solutionId}
Get solution by ID
curl --request GET \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/solutions/{solutionId} \
  --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

solutionId
string
required

Solution ID

Query Parameters

relationships
string

Comma-separated list of relationships to include in the response

Response

Success

Response containing a single solution

data
object
required

Solution data