Get Workspaces
List workspaces visible to the user.
A workspace is visible if the user administers it (owner/member/superadmin) or has limited per-form access to at least one agent inside it.
Two response shapes. With no limit and no cursor this returns a bare
JSON array — the shape the app has always returned. Sending either one instead
returns {"data": [...], "next_cursor": ...}, where next_cursor is
None on the last page.
Query Parameters
Maximum workspaces to return. Sending this switches the response to the paged object shape.
x >= 1Where to resume from: the next_cursor of the previous page. Sending this switches the response to the paged object shape.
x >= 0Response
Successful Response