List Tasks
Gets a list of tasks of your endpoints.
Required API key role permissions:
Endpoint Inventory - view
External Documentation
To learn more, visit the Trend Vision One documentation.
Basic Parameters
Parameter | Description |
---|---|
End Time | The end time that indicates the end of the data retrieval time range. |
Filter | Filter for retrieving a subset of the task list. For example: status eq 'succeeded' .For further information, please refer to Trend Vision One Documentation. |
Return All Pages | Automatically fetch all resources, page by page. |
Start Time | The start time that indicates the start of the data retrieval time range. |
Time Target | The time range to be used for retrieving Workbench alert data. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of results per page. |
Order By | Specifies the fields by which the results are sorted. |
Skip Token | The pagination token that's used for retrieving the next page of results. It is returned in nextLink , as a query parameter named skipToken . |
Example Output
{
"items": [
{
"id": "53cd53d0-6798-4547-ab07-9386cc2c891e",
"status": "running",
"action": "export",
"createdDateTime": "2023-02-08T10:00:00Z",
"lastActionDateTime": "2023-02-08T10:00:00Z",
"error": {
"code": "TaskError",
"message": "string"
}
}
],
"count": 1,
"totalCount": 1,
"nextLink": "https://api.xdr.trendmicro.com/v3.0/endpointSecurity/tasks?skipToken=skipToken"
}
Workflow Library Example
List Tasks with Trend Vision One and Send Results Via Email
Preview this Workflow on desktop