Retrieves paginated list of supply chain companies.
Retrieves paginated list of companies from a supply chain search. PivotDomain is optional; when omitted, the customer's corporate domain or the related company of the tenant's domain is used. Only a domain belonging to an actively monitored company can be used as the pivot.
Query parameters
The pivot company domain to analyze supply chain relationships from.
The pivot company domain to analyze supply chain relationships from. Only domains of actively monitored companies can be used. If omitted, the customer's corporate domain or the related company of the tenant's domain is used.
A key in GUID format, which points to the newly created supply chain search action.
The search token obtained from searchSupplyChain operation.
The number of the page requested.
The number of result items in a single response.
Response
Success
Example response
[
{
"CompanyId": 12345,
"CompanyName": "Example Corp",
"Domain": "example.com",
"LogoUrl": "https://logo.clearbit.com/example.com",
"CountryCode": "US",
"CountryName": "United States",
"Industry": "Technology",
"Relationship": "3rd Party",
"ComplianceRating": 75.5,
"DetectionTypes": [
"Cloud Asset Detected"
],
"CyberGrade": {
"GradeLetter": "C-",
"CyberRating": 78.5
},
"Rsi": 0.5,
"Dbi": 0.5,
"ConcentrationRisk": {
"Count": 15,
"Percentage": 25.5,
"RiskLevel": "Medium"
},
"IsMonitored": true,
"Tags": [
{
"TagId": 123,
"TagName": "Critical Vendor",
"Color": "#FF5733"
}
]
}
]