v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Workspace

List Workspaces

Returns the list of all Workspaces within your Organization.

get/workspaces

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

Response

OK

Example response

{
  "data": [
    {
      "id": "89120884-d29a-4b1a-ac7b-a9e73a872795",
      "created_at": "2024-01-18T22:59:00Z",
      "updated_at": "2024-01-18T22:59:00Z",
      "users": [
        {
          "id": "89120884-d29a-4b1a-ac7b-a9e73a872795"
        }
      ]
    }
  ]
}