Skip to main content
GET
/
v1
/
workspaces
List workspaces
curl --request GET \
  --url https://api.example.com/v1/workspaces

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.

Query

limit
integer
default:"20"
starting_after
string

Examples

const page = await hk.workspaces.list();

Returns

A paginated list of Workspace objects.