The get_inbox_test_results API allows you to retrieve the placement results for an inbox test created via the create_inbox_test API. Results are populated as seed mailboxes receive your campaign, so you may call this endpoint multiple times until the status is Completed.
A status of Processing means not all seed mailboxes have received your campaign yet. Check back in a few minutes. If some seeds never receive the email, the status will remain Processing — ensure your campaign was sent to all addresses in the send_to list.
X-CC-API-Key: Your API Key
Required:
job_id: The unique ID of the inbox test.
test_name: The name of the inbox test.
submitted_date: The date and time the test was created.
submitted_by: The email address of the account that created the test.
status: Either Processing or Completed.
summary: A high-level breakdown of results.
results: A detailed per-seed breakdown.
In the event of an error, you will get an “error:” response with a description of the reason.