v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBworkspaces
List accessible workspaces
Returns all workspaces the authenticated user has access to. Each workspace is a separate tenant with its own resources, team members, and billing.
get/workspaces
Response
successful operation
Example response
[
{
"displayName": "My Workspace",
"groupMappings": [
{
"groupName": "Engineering",
"role": "admin"
}
],
"name": "my-workspace",
"region": "us-west-2",
"runtime": {
"generation": "mk3"
},
"status": "ready"
}
]