Get Build By ID V2
Get a specific build
Path Parameters
team_idstring
ID of team
build_idstring
ID of build
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Response Body
curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/builds/string" \
-H "Authorization: string"
{
"base_image": {
"cli_image": "string",
"display_image": "string",
"image": "string"
},
"build_step_checks": [
{
"command": "string",
"completed_at": "string",
"error": "string",
"is_cached": true,
"is_user_step": true,
"last_updated": "string",
"logsrv_id": "string",
"name": "string",
"start_time": "string",
"status": "pending",
"step_id": "string"
}
],
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"modified_at": "2019-08-24T14:15:22Z",
"recipe_id": "string",
"recipe_name": "string",
"recipe_version_id": "string",
"status": "Not Started",
"team_id": "string",
"user_id": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}