scrutica_get_supply_chain
Return supply-chain relationships for one or more organizations. direction = 'upstream' traces suppliers (who feeds this entity); 'downstream' traces customers (who depends on this entity); 'both' returns both. Each edge carries supplier_org_id, customer_org_id and data_source; product_service, category, sole-source status, share and criticality appear only where the edge's cited source states them for that pair, and attribute_withholding gives the reason for every withheld value. Collection size: 20,798 supply-chain records across all sources (snapshot 2026-09-24). Of these records, 1,924 come from a licensed layer limited to relationships between organizations already in Scrutica's records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| org_id | No | Alias for org_ids; a single id may be passed as a bare string. | |
| org_ids | No | REQUIRED. Scrutica org IDs in 'org-<slug>' format (e.g. ['org-nvidia', 'org-tsmc']), 1-5 of them. Optional in the schema only so the single-id aliases below can stand in. | |
| direction | No | both | |
| company_id | No | Alias for org_ids. |