---
title: "List inbox placement blacklist and spamassassin report"
method: GET
path: "/api/v2/inbox-placement-reports"
tags: ["InboxPlacementBlacklistAndSpamAssassinReport"]
---

# List inbox placement blacklist and spamassassin report

`GET /api/v2/inbox-placement-reports`

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

## Query parameters

- `limit` integer
- `starting_after` string
- `test_id` string, uuid, required
- `date_from` string
- `date_to` string
- `skip_spam_assassin_report` boolean
- `skip_blacklist_report` boolean

## Response `200`

The list of Inbox Placement Blacklist And SpamAssassin Report

- object
  - `items` InboxPlacementBlacklistAndSpamAssassinReport[], required — The list of Inbox Placement Blacklist And SpamAssassin Report
    - `id` string, uuid, required — Unique identifier for the inbox placement report entry
    - `timestamp_created` string, required — Timestamp when the inbox placement report was created
    - `timestamp_created_date` string, required — Date when the inbox placement report was created
    - `organization_id` string, uuid, required — Organization ID
    - `test_id` string, uuid, required — Inbox Placement Test ID
    - `domain_blacklist_count` number, nullable — Count of blacklists the domain is listed on
    - `domain` string, required — Domain of the inbox placement report
    - `domain_ip` string, required — IP address of the domain
    - `domain_ip_blacklist_count` number, nullable — Count of blacklists the domain IP is listed on
    - `spam_assassin_score` number, required — SpamAssassin score for the email, indicating spam likelihood
    - `spam_assassin_report` object — Detailed SpamAssassin analysis report
      - `is_spam` boolean — Indicates if the message is classified as spam by SpamAssassin
      - `report` object[] — List of individual SpamAssassin rule evaluations
        - `description` string, required — The section or type of the rule triggered
        - `name` string, required — The name of the SpamAssassin rule
        - `score` string, required — The score assigned to this rule evaluation
      - `spam_score` integer — Overall spam score assigned to the message by SpamAssassin
    - `blacklist_report` object — Detailed blacklist report for the domain or IP
      - `address` string — The address or domain associated with the report
      - `blacklisted_count` integer — The count of blacklists the address is listed on
      - `details` object[] — List of individual blacklist details
        - `blacklist` string — The name of the blacklist
        - `is_listed` boolean — Whether the address is listed on this blacklist
        - `test_type` string — The type of test
      - `ip` string — The IP address associated with the blacklist check
      - `is_blacklisted` boolean — Overall status indicating if the address is blacklisted
      - `is_domain` boolean — Whether the address is a domain
  - `next_starting_after` string — The filter for getting the next items after this one, this could either be a UUID, a timestamp, on an email depending on the specific API

## 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)
