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

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

reportId
string
required

Response

Get property list check report

summary
object
required