action hhs_get_resources_media_id_preview_jpg { label: "Get Tag by ID" description: "Get the jpg preview of the content item where applicable." provider: hhs method: GET path: "/resources/media/{id}/preview.jpg" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }