DevZero Logo
DevZero

Get status for a workspace deploy step

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

Path Parameters

workspace_id
Required
string

workspaces id

team_id
Required
string

ID of team

step_id
Required
string

ID of step

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/string" \
  -H "Authorization: string"

workspace deploy step

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