---
title: "Retrieve inbox placement analytics deliverability insights"
method: POST
path: "/api/v2/inbox-placement-analytics/deliverability-insights"
tags: ["InboxPlacementAnalytics"]
---

# Retrieve inbox placement analytics deliverability insights

`POST /api/v2/inbox-placement-analytics/deliverability-insights`

Provides deliverability insights for a specific inbox placement test


Requires one of the following scopes: `inbox_placement_analytics:read`, `inbox_placement_analytics:all`, `all:read`, `all:all`

## Request body

- object
  - `test_id` string, uuid, required
  - `date_from` string
  - `date_to` string
  - `previous_date_from` string
  - `previous_date_to` string
  - `show_previous` boolean
  - `recipient_geo` number[]
  - `recipient_type` number[]
  - `recipient_esp` number[]

## Response `200`

Default Response

- object[]
  - `test_id` string, uuid
  - `from` string, nullable
  - `to` string, nullable
  - `previous_from` string, nullable
  - `previous_to` string, nullable
  - `sender_esp` 1 | 2 | 8 | 12 | 13
  - `recipient_esp` 1 | 2 | 8 | 12 | 13
  - `spam_percentage` number, nullable
  - `inbox_percentage` number, nullable
  - `category_percentage` number, nullable
  - `prev_spam_percentage` number, nullable
  - `prev_inbox_percentage` number, nullable
  - `prev_category_percentage` number, nullable

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
