Download EML file for a failure report
GET/v1/dmarc/failure-reports/:id/eml
Generates a presigned download URL for the original EML (email message) file associated with a failure report.
The URL is valid for 300 seconds (5 minutes) and must be used before expiration.
Authentication required.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
Returns presigned download URL for EML file
Response Headers
Cache-Control
Cache control header
Authentication is required or credentials are invalid
The client doesn't have sufficient permissions to access the resource
The requested resource was not found
The server understands the content type but cannot process the data.
E.g. the organization with the provided organization_id doesn't exist.
The client has sent too many requests in a given time period
An unexpected error occurred on the server