workspaces
Get workspace
Plan: All plans
Returns workspace details.
get/v1/workspaces/{workspace_id}
Path parameters
workspace_idstring required
Workspace ID
Workspace ID
Response
OK
Example response
{
"current_member": {
"joined_at": "2026-01-15T09:30:00Z",
"role": "admin",
"user_id": "Xy7Kd2Lm9Qp4Rt6Vw8Zc1Bn3Fh5"
},
"workspace": {
"created_at": "2026-01-15T09:30:00Z",
"description": "Marketing site and internal tools for Acme.",
"id": "workspace_01jw3k9m2xq8r5v0c7d4e6f2gh",
"image_url": "https://lovable.dev/cdn/workspaces/acme/avatar.png",
"name": "Acme Inc",
"num_projects": 12,
"plan": "pro",
"updated_at": "2026-01-15T09:30:00Z"
}
}