Monitoring | Held | Read.
Note: You must provide at least one parameter to execute the action.
External DocumentationTo learn more, visit the Mimecast documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Monitoring | Held | Read.
Note: You must provide at least one parameter to execute the action.
| Parameter | Description |
|---|---|
| Search By End Date | The end date of results to search by. The default value is the current date. |
| Search By Start Date | The start date of results to search by. The default value id the start on the current day. |
| Search Field | The field to be searched. |
| Search Value | The value on which the search will be applied. |
| Parameter | Description |
|---|---|
| Filter By Field | Field Filter that is applied to the search results. |
| Filter By Field Value | The value of which the filter will be applied, depends on the Field chosen in the Filter By Field parameter.Must be provided if Filter By Field is provided.* Value options for route field: all, internal, outbound, inbound.* Value options for status field: released, rejected.* Value options for attachments field: true, false. |
{
"data": [
{
"heldReleaseLogs": [
{
"attachments": true,
"detectionLevel": "relaxed",
"fromEnv": {
"address": "string",
"domain": "string"
},
"fromHdr": {
"address": "string",
"domain": "string"
},
"heldGroup": "string",
"heldReason": "string",
"id": "string",
"messageInfo": "string",
"operator": {
"email": "string"
},
"policy": "string",
"rejectReason": "string",
"released": "yyyy-MM-dd'T'HH:mm:ssZ",
"route": "inbound",
"size": 1024,
"spamProcessingDetail": {
"dkim": {
"allow": true,
"info": "string"
},
"dmarc": {
"allow": true,
"info": "string"
},
"greyEmail": true,
"managedSender": {
"allow": true,
"info": "string"
},
"permittedSender": {
"allow": true,
"info": "string"
},
"rbl": {
"allow": true,
"info": "string"
},
"spf": {
"allow": true,
"info": "string"
}
},
"verdict": {
"spamScore": 10,
"status": "released"
},
"subject": "string",
"to": [
{
"displayableName": "string",
"emailAddress": "string"
}
]
}
]
}
],
"fail": [
{
"errors": [
{
"code": "string",
"message": "string",
"retryable": true
}
],
"key": {
"end": "yyyy-MM-dd'T'HH:mm:ssZ",
"filterBy": [
{
"fieldName": "string",
"value": "string"
}
],
"searchBy": {
"fieldName": "string",
"value": "string"
},
"start": "yyyy-MM-dd'T'HH:mm:ssZ"
}
}
]
}
Was this page helpful?