list_ticket_attachments
List attachment metadata for a ticket to see file names, content types, sizes, and UUIDs. Check whether a required file, like a PDF spec, is present before fetching its contents.
Instructions
The files on a ticket: name, content type, size in bytes and uuid, newest first. Nothing else here reads a ticket's files, so this is the way to find out whether the specification an agent is working from is actually a PDF somebody attached. get_ticket reports attachment_total, which is how you know whether calling this is worth a round trip. Only finished uploads are listed — an upload still in flight and a deleted file both read as absent — and the reply carries metadata, never the bytes; get_ticket_attachment fetches those one at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes |