v4

latestOpenAPI 3.1.0Proprietary2026-08-01113851.0 KB
Workspaces

List Account workspaces

Returns workspaces owned by the authenticated Account, ordered by creation time and then ID in descending order.

get/workspaces

Query parameters

limitinteger

Maximum number of records to return.

cursorstring

Opaque pagination cursor returned by the previous response.

searchstring

Case-insensitive match on workspace name or slug.

Response

Workspace list.

Example response

{
  "data": [
    {
      "id": "01HW01ABCDEF",
      "name": "Engineering",
      "slug": "eng"
    }
  ]
}