Skip to main content
GET
cURL
CONTINUUM PREVIEW
This endpoint is only supported by Continuum organizations. Refer to the Continuum documentation for more details.
This endpoint is in Preview and subject to change. Refer to the API support policy for more details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pagination.page
string
pagination.limit
integer<int32>
pagination.as_of_time
string<date-time>
pagination.sort_order
enum<string>
  • ASC: Sort in ascending order. This is the default unless otherwise specified.
  • DESC: Sort in descending order.
Available options:
ASC,
DESC

Response

A successful response.

workspaces
VirtualClusterWorkspace · object[]
required

The workspaces in the organization.

pagination
object