latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

users

Get User Workflow Status

Returns the current status of a workflow owned by a user.

get/v0/users/{user_id}/workflows/{workflow_id}

Path parameters

user_idstring required

User ID

workflow_idstring required

Workflow ID

Response

active_descriptionstring

Active description of the workflow

resultstring

Result of the workflow (succeeded, failed, or null if still running)

stepinteger

Current step number in the workflow

Example response

{
  "active_description": "Deleting site",
  "final_task": {
    "reason": "Site deletion failed"
  },
  "result": "succeeded",
  "step": 3
}