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

Authorization<token>

In: header

Path Parameters

id*string

Stack ID

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/stacks/string/actions"
{  "actions": [    {      "markdown": "string",      "message": "string",      "name": "redirect",      "redirect_url": "string"    }  ]}