DevZero Logo

DevZero

Get status for a workspace deploy steps

GET
/v2/teams/{team_id}/workspaces/{workspace_id}/deploy/steps

Path Parameters

workspace_idstring

workspaces id

team_idstring

ID of team

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" \
  -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"
}