v54

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-03397565628.8 KB
Builds

Removed: Get workspace resources for workspace build

get/api/v2/workspacebuilds/{workspacebuild}/resources

Path parameters

workspacebuildstring required

Workspace build ID

Response

OK

created_atstring date-time
daily_costinteger
hideboolean
iconstring
idstring uuid
job_idstring uuid
namestring
typestring
workspace_transition'start' | 'stop' | 'delete'

Example response

[
  {
    "agents": [
      {
        "health": {
          "reason": "agent has lost connection"
        }
      }
    ]
  }
]