v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
User and Workspace management

List Workspaces

Get a list of all the active workspaces in the organization.

get/public/v1/workspaces

Query parameters

countinteger

Number of elements in page.

pageinteger

Page number.

Response

Page of workspaces

totalinteger

A number of workspaces

Example response

{
  "results": [
    {
      "id": "ajnN7eGutJZsRKjQrNuPkh",
      "name": "Test workspace",
      "date_created": "2021-06-17T15:51:13.226974Z",
      "owner": "josh@example.com"
    }
  ]
}