Retrieves the status of the specified task.

Required API key role permissions:

  • Endpoint Inventory - view

External Documentation

To learn more, visit the Trend Vision One documentation.

Parameters

ParameterDescription
Task IDThe ID of the task. For example: 53cd53d0-6798-4547-ab07-9386cc2c891e.Can be obtained by using the List Tasks action.

Example Output

{
	"id": "53cd53d0-6798-4547-ab07-9386cc2c891e",
	"status": "running",
	"action": "export",
	"createdDateTime": "2023-02-08T10:00:00Z",
	"lastActionDateTime": "2023-02-08T10:00:00Z",
	"resourceLocation": "string",
	"expiredDateTime": "2023-02-08T10:00:00Z",
	"error": {
		"code": "TaskError",
		"message": "string"
	}
}

Workflow Library Example

Get Task Status with Trend Vision One and Send Results Via Email

Preview this Workflow on desktop