Shows the status of an email job.

GET {{baseUrl}}/emailNotificationJobs/:id

Allows the sender application to validate if the email job was dispatched or is waiting in the queue to be dispatched. It also provides information of any attachment that was found to be malicious. Information about the Email job can be retrieved up to 180 days from the creation of the email job, after which it will be automatically deleted from the system.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"59f92744-7bbc-4540-8b78-ee9976befc1a","status":"DispatchedWithFailures","startTime":"2021-04-21T17:32:28.00","fromApplication":"MachineMonitor","maliciousAttachments":[{"filename":"app.pdf","threat":"worm found"},{"filename":"app.pdf","threat":"worm found"}]}