---
title: "GET /v2/email/deliverability-dashboard/test-reports/{ReportId}"
method: GET
path: "/v2/email/deliverability-dashboard/test-reports/{ReportId}"
---

# GET /v2/email/deliverability-dashboard/test-reports/{ReportId}

`GET /v2/email/deliverability-dashboard/test-reports/{ReportId}`

Retrieve the results of a predictive inbox placement test.

## Path parameters

- `ReportId` string, required — A unique string that identifies a Deliverability dashboard report.

## Response `200`

Success

- GetDeliverabilityTestReportResponse — The results of the predictive inbox placement test.
  - `DeliverabilityTestReport` object, required — An object that contains the results of the predictive inbox placement test.
    - `ReportId` string — A unique string that identifies the predictive inbox placement test.
    - `ReportName` string — A name that helps you identify a predictive inbox placement test report.
    - `Subject` string — The subject line for an email that you submitted in a predictive inbox placement test.
    - `FromEmailAddress` string — The sender address that you specified for the predictive inbox placement test.
    - `CreateDate` string, date-time — The date and time when the predictive inbox placement test was created.
    - `DeliverabilityTestStatus` 'IN_PROGRESS' | 'COMPLETED' — The status of the predictive inbox placement test. If the status is <code>IN_PROGRESS</code>, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is <code>COMPLETE</code>, then the test is finished, and you can use the <code>GetDeliverabilityTestReport</code> to view the results of the test.
  - `OverallPlacement` object, required — An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
    - `InboxPercentage` number, double — The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
    - `SpamPercentage` number, double — The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
    - `MissingPercentage` number, double — The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
    - `SpfPercentage` number, double — The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
    - `DkimPercentage` number, double — The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
  - `IspPlacements` IspPlacement[], required — An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
    - `IspName` string — The name of the email provider that the inbox placement data applies to.
    - `PlacementStatistics` object — An object that contains inbox placement metrics for a specific email provider.
      - `InboxPercentage` number, double — The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
      - `SpamPercentage` number, double — The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
      - `MissingPercentage` number, double — The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
      - `SpfPercentage` number, double — The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
      - `DkimPercentage` number, double — The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
  - `Message` string — An object that contains the message that you sent when you performed this predictive inbox placement test.
  - `Tags` Tag[] — An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
    - `Key` string, required — One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
    - `Value` string, required — The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want a resource to have a specific tag value, don't specify a value for this parameter. If you don't specify a value, Amazon SES sets the value to an empty string.

## Other responses

- `480` — TooManyRequestsException
- `481` — NotFoundException
- `482` — BadRequestException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
