Skip to main content
GET
List accessible workspaces

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

successful operation

createdAt
string
read-only

The date and time when the resource was created

updatedAt
string
read-only

The date and time when the resource was updated

createdBy
string
read-only

The user or service account who created the resource

updatedBy
string
read-only

The user or service account who updated the resource

accountId
string

Workspace account id

displayName
string

Workspace display name

Example:

"My Workspace"

groupMappings
object[]

Group-to-role mappings for directory sync (SCIM) group membership

hipaaInfo
object

HIPAA compliance state for a workspace. accountEnabled mirrors the account-level hipaa_compliance addon (set server-side from operator tooling and Stripe billing events). unsafe records a per-workspace opt-out toggled from workspace settings; absent when the account does not have the addon.

id
string
read-only

Autogenerated unique workspace id

labels
object

Key-value pairs for organizing and filtering resources. Labels can be used to categorize resources by environment, project, team, or any custom taxonomy.

name
string

Workspace name

Example:

"my-workspace"

region
string

Workspace write region

Example:

"us-west-2"

resourceCounts
object
read-only

Per-resource counts (agents, functions, models, sandboxes, policies, jobs, volumes, drives, volumetemplates, integrationconnections, previews, customdomains, serviceaccounts, images). Only populated when GetWorkspace is called with ?countResources=true.

runtime
object

Runtime configuration for the workspace infrastructure

status
enum<string>
read-only

Workspace status (created, account_binded, account_configured, workspace_configured, ready, error)

Available options:
created,
account_binded,
account_configured,
workspace_configured,
ready,
error
Example:

"ready"

statusReason
string
read-only

Reason for current status (only set for error status)

Last modified on July 14, 2026