Skip to main content
GET
/
property-lists
/
reports
/
{reportId}
Get property list check report
curl --request GET \
  --url https://api.interchange.io/api/v2/buyer/property-lists/reports/{reportId} \
  --header 'Authorization: Bearer <token>'
{
  "summary": {
    "total": 123,
    "remove": 123,
    "modify": 123,
    "assess": 123,
    "ok": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

reportId
string
required

Response

Get property list check report

summary
object
required