Read a Control List entry's reasons for control
lookup_eccnLook up one ECCN on the Commerce Control List and return its title, its reasons for control, and the chart column each reason maps to. Use this to understand why an item is controlled, or to see the scope caveats before relying on a licence answer, since a control often applies to only some sub-paragraphs of an entry. Some entries are not decided by the country chart at all, and those return chartDetermined: false with the requirement text instead, or indeterminate when the entry carries no chart control at all. Knowing an entry's reasons for control does not tell you whether a licence is required for a destination; pass the ECCN to check_export_license for that. This tool cannot tell you whether an item falls under this ECCN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eccn | Yes | Export Control Classification Number, e.g. 5A002. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eccn | No | The normalised ECCN. | |
| title | No | The entry heading as published. | |
| status | Yes | Outcome of the lookup. Only `ok` carries an answer. `embargoed` means the chart does not govern the destination. `indeterminate` means the entry has no country-chart control in this data and the chart cannot answer for it, which is not the same as no licence being required. `ambiguous_country` means the name matched more than one row and you must ask which was meant. | |
| reasons | No | Reason-for-control codes on the entry, with their expanded names. | |
| controls | No | Each control, its scope text, and the chart column or other requirement it maps to. | |
| chartDetermined | No | Whether any control on this entry is decided by the country chart. |