GET
/
projects
/
{workspaceId}
/
{projectId}
curl --request GET \
  --url https://productlane.com/api/v1/projects/{workspaceId}/{projectId}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "color": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "icon": "<string>",
  "linearProjectId": "<string>",
  "linearTeamIds": [
    "<string>"
  ],
  "progress": 123,
  "sortOrder": 123,
  "state": "<string>",
  "upvotes": 123,
  "importanceScore": 123
}

Path Parameters

projectId
string
required
workspaceId
string
required

Response

200
application/json

Successful response

The response is of type object.