v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Workspace

List workspaces

Returns workspaces in your organization.

get/v1/workspaces

Query parameters

pageinteger

Page number, starting at 1 (max 100).

limitinteger

Items per page (1 to 1000).

Response

A list of workspaces.

Example response

{
  "data": [
    {
      "name": "Project Atlas workspace"
    }
  ]
}