Skip to main content
GET
Get Workspaces

Query Parameters

limit
integer | null

Maximum workspaces to return. Sending this switches the response to the paged object shape.

Required range: x >= 1
cursor
integer | null

Where to resume from: the next_cursor of the previous page. Sending this switches the response to the paged object shape.

Required range: x >= 0

Response

Successful Response

One row of GET /workspaces (also the shape returned when creating one).

agent_count
integer
required
id
string
required
is_personal
boolean
required
name
string
required
owner_email
string
required
role
enum<string>
required
Available options:
admin,
limited