WarpBuild LogoWarpBuild Docs
Stacks

GET /stacks/{id}/actions

Lists all actions (operations) that have been performed on a stack. Actions include setup, upgrade, sync, and other infrastructure operations.

GET
/stacks/{id}/actions
Authorization<token>

In: header

Path Parameters

id*string

Stack ID

Response Body

application/json

application/json

application/json

curl -X GET "https://api.warpbuild.com/api/v1/stacks/string/actions"
{
  "actions": [
    {
      "markdown": "string",
      "message": "string",
      "name": "redirect",
      "redirect_url": "string"
    }
  ]
}
{
  "code": "string",
  "description": "string",
  "message": "string",
  "sub_code": "string",
  "sub_message": "string"
}
{
  "code": "string",
  "description": "string",
  "message": "string",
  "sub_code": "string",
  "sub_message": "string"
}