Skip to main content

Get TTP URL Logs

Retrieve TTP URL logs.

External Documentation

To learn more, visit the Mimecast V2 documentation.

Parameters

ParameterDescription
Logs End DateThe end date of logs to return. The default is the execution time.
Search By RouteSearch logs by the route.
Search By Scan ResultsSearch logs by scan result.
Search By Start DateThe start date of logs to return. The default is the start of the current day.
Sort DescendingDetermines whether to order results with the most recent first.

Example Output

{
"data": [
{
"clickLogs": [
{
"action": "string",
"actions": "string",
"adminOverride": "string",
"advancedPhishingResult": {
"category": "string",
"creationMethod": "string"
},
"date": "yyyy-MM-dd'T'HH:mm:ssZ",
"emailPartsDescription": [
"string"
],
"fromUserEmailAddress": "string",
"heuristicDomainSource": "string",
"messageId": "string",
"route": "string",
"scanResult": "string",
"sendingIp": "string",
"similarDomain": "string",
"subject": "string",
"tagMap": {
"key": "value"
},
"ttpDefinition": "string",
"url": "string",
"userAwarenessAction": "string",
"userEmailAddress": "string",
"userOverride": "string"
}
]
}
],
"fail": [
{
"errors": [
{
"code": "string",
"message": "string",
"retryable": true
}
],
"key": {
"from": "yyyy-MM-dd'T'HH:mm:ssZ",
"oldestFirst": true,
"route": "all",
"scanResult": "clean",
"to": "yyyy-MM-dd'T'HH:mm:ssZ"
}
}
]
}

Workflow Library Example

Get Ttp Url Logs with Mimecast V2 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop