getImageUsage
Get image usage / reference counts
Report how an image is referenced across templates and passes. Useful before DELETE to confirm an image is unused, or to find which templates a shared asset is attached to.
template_refslists every template column (e.g.strip_image_id,icon_image_id,google_logo_image_id) that references this image.pass_refs_countis the number of passes whose per-passstrip_image_idpoints at this image.safe_to_deleteistruewhentotal_refsis 0.
Scope: images:manage
Maps to OpenAPI operationId getImageUsage — GET /manage-images/{id}/usage.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Image ID. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. |