Builds
Get workspace build by user, workspace name, and build number
get/api/v2/users/{user}/workspace/{workspacename}/builds/{buildnumber}
Path parameters
userstring required
User ID, name, or me
workspacenamestring required
Workspace name
buildnumberstring number required
Build number
Response
OK
Example response
{
"resources": [
{
"agents": [
{
"health": {
"reason": "agent has lost connection"
}
}
]
}
]
}