find_image_attachments
Scan multiple ticket IDs at once to return all PNG, JPG, and JPEG image attachments for review or OCR.
Instructions
Scan multiple tickets at once and return all image attachments (png, jpg, jpeg). Typical workflow: 1. search_tickets → get list of ticket IDs 2. find_image_attachments with those IDs → find screenshots 3. get_attachment_text on attachment_id → OCR the image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| results | Yes |