Skip to main content
GET
/
v1
/
workspaces
/
{id}
Retrieve a workspace
curl --request GET \
  --url https://api.example.com/v1/workspaces/{id}

Documentation Index

Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

id
string
required

Examples

const ws = await hk.workspaces.retrieve("wks_123");

Returns

A Workspace.