Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspace_id}
Show a workspace
curl --request GET \
  --url https://{defaultHost}/api/v1/workspaces/{workspace_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Use Authorization: Bearer thub_xxxxx

Headers

Authorization
string
required

API key token (e.g., Bearer thub_abc123)

Path Parameters

workspace_id
string
required

Workspace ID

Response

200 - application/json

workspace found

id
string
name
string
description
string