Get status for a workspace deploy step
Path Parameters
workspace_idstring
workspaces id
team_idstring
ID of team
step_idstring
ID of step
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/workspaces/string/deploy/steps/string" \
-H "Authorization: string"
{
"logsrv_id": "string",
"name": "string",
"status": "pending",
"step_id": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}