Skip to main content
GET
/
workspaces
/
{id}
Retrieve a workspace
curl --request GET \
  --url http://localhost:8080/workspaces/{id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "metadata": {},
  "created_at": 123,
  "updated_at": 123
}

Path Parameters

id
string
required

Response

200 - application/json

OK

id
string
name
string | null
description
string | null
metadata
object
created_at
integer
updated_at
integer