GET
/
workspaces
/
{id}
curl --request GET \
  --url https://productlane.com/api/v1/workspaces/{id}
{
  "workspace": "<any>",
  "latestChangelog": "<any>"
}

Path Parameters

id
string
required

Response

200
application/json
Successful response
workspace
any
latestChangelog
any