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
Example response
{
"active_description": "Deleting site",
"final_task": {
"reason": "Site deletion failed"
},
"result": "succeeded",
"step": 3
}