Skip to main content
GET /api/v2/buyer/property-lists/reports/{reportId} Retrieves a stored check report produced by Check property list. Use the reportId returned from a check that included at least one domain. Reports expire after 7 days.

Request

curl https://api.interchange.io/api/v2/buyer/property-lists/reports/rpt_abc123 \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

FieldTypeRequiredNotes
reportIdstringYesPath. ID returned by a property list check

Response

{
  "summary": { "total": 4, "remove": 1, "modify": 0, "assess": 1, "ok": 2 }
}
The report returns the bucket summary counts for the original check.

Errors

  • 404 NOT_FOUNDreportId does not exist or has expired (reports are kept for 7 days).
See Errors for the full error contract.

Property list tasks

All property list operations

Property Lists guide

Check buckets and resolution concepts

Check property list

Run a check to produce a report

Create property list

Commit a validated set to a list