GET /a/n/action/{Name}/{JobUuid} Retrieve information about an action running in background Path Parameters¶ Name (string, required) JobUuid (string, required) Response Example (200)¶ Response Type /definitions/restBackgroundAction 1 2 3 4 5 6 7 8 9 10 11 12 13{ "CanPause": true, "CanStop": true, "EndTime": 10, "HasProgress": true, "JobUuid": "string", "Label": "string", "Name": "string", "Progress": "[Unknown Type number]", "StartTime": 10, "Status": "string", "StatusMessage": "string" }