v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBworkspaces
Get workspace details
Returns detailed information about a workspace including its display name, account ID, status, and runtime configuration.
get/workspaces/{workspaceName}
Path parameters
workspaceNamestring required
Name of the workspace
Query parameters
countResourcesboolean
When true, the response includes a resourceCounts map with the number of agents, functions, models, sandboxes, policies, jobs, volumes, volumetemplates, integrationconnections, previews, customdomains, serviceaccounts and images currently in this workspace. Off by default — each count is one extra indexed query.
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"
}