DevZero Logo
DevZero

Get status for a workspace deploy steps

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

Path Parameters

workspace_id
Required
string

workspaces id

team_id
Required
string

ID of team

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/workspaces/string/deploy/steps" \
  -H "Authorization: string"

workspace deploy step

[
  {
    "logsrv_id": "string",
    "name": "string",
    "status": "pending",
    "step_id": "string"
  }
]