Read exact ICC Plus project paths
iccplus_read_projectRead specific parts of an ICC Plus project by JSON Pointer, returning only requested fields while preserving exact CSS, HTML, JS, and redacting embedded assets.
Instructions
Read one or more RFC 6901 JSON Pointers without returning the complete project; preserves exact CSS, HTML, JS, and unknown fields while redacting embedded assets by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Exact JSON Pointers. Use an empty string for the root only when the complete project is truly required. | |
| project_id | Yes | ||
| include_embedded_assets | No | Return raw data URLs. Leave false unless their exact encoded contents are explicitly required. |